| Index: ash/common/system/chromeos/ime_menu/ime_list_view.cc
|
| diff --git a/ash/common/system/chromeos/ime_menu/ime_list_view.cc b/ash/common/system/chromeos/ime_menu/ime_list_view.cc
|
| index 4bf2189ee847dd5c4996cf3c728724ecef908d00..cf6d1116f629a3fd2f95a227695c367f0ca1692e 100644
|
| --- a/ash/common/system/chromeos/ime_menu/ime_list_view.cc
|
| +++ b/ash/common/system/chromeos/ime_menu/ime_list_view.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "ash/common/system/chromeos/ime_menu/ime_list_view.h"
|
|
|
| -#include "ash/common/ash_view_ids.h"
|
| #include "ash/common/material_design/material_design_controller.h"
|
| #include "ash/common/system/tray/hover_highlight_view.h"
|
| #include "ash/common/system/tray/ime_info.h"
|
| @@ -203,8 +202,8 @@ class MaterialKeyboardStatusRowView : public views::View {
|
|
|
| private:
|
| void Init() {
|
| + TrayPopupUtils::ConfigureAsStickyHeader(this);
|
| SetLayoutManager(new views::FillLayout);
|
| - set_background(views::Background::CreateSolidBackground(kBackgroundColor));
|
|
|
| TriView* tri_view = TrayPopupUtils::CreateDefaultRowView();
|
| AddChildView(tri_view);
|
| @@ -229,8 +228,6 @@ class MaterialKeyboardStatusRowView : public views::View {
|
| ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
|
| IDS_ASH_STATUS_TRAY_ACCESSIBILITY_VIRTUAL_KEYBOARD));
|
| tri_view->AddView(TriView::Container::END, toggle_);
|
| -
|
| - set_id(VIEW_ID_STICKY_HEADER);
|
| }
|
|
|
| // Updates the style of |label_| based on the current native theme.
|
|
|