| Index: ash/common/system/status_area_widget.cc
|
| diff --git a/ash/common/system/status_area_widget.cc b/ash/common/system/status_area_widget.cc
|
| index 1fe17f64284d53add21b975cd45565e34177b97b..db2ce1f2e8f36be04396f028756587304049e661 100644
|
| --- a/ash/common/system/status_area_widget.cc
|
| +++ b/ash/common/system/status_area_widget.cc
|
| @@ -210,9 +210,6 @@ void StatusAreaWidget::AddLogoutButtonTray() {
|
| }
|
|
|
| void StatusAreaWidget::AddPaletteTray() {
|
| - if (!IsPaletteFeatureEnabled())
|
| - return;
|
| -
|
| const display::Display& display =
|
| WmLookup::Get()->GetWindowForWidget(this)->GetDisplayNearestWindow();
|
|
|
|
|