| Index: ash/common/system/status_area_widget.h
|
| diff --git a/ash/common/system/status_area_widget.h b/ash/common/system/status_area_widget.h
|
| index bd16e20505b369feb312d67e8b9c8e7e50309dff..b00ce3bae48d8ffa18dc33e4ae5b638c7d0bd938 100644
|
| --- a/ash/common/system/status_area_widget.h
|
| +++ b/ash/common/system/status_area_widget.h
|
| @@ -65,6 +65,8 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget,
|
| OverviewButtonTray* overview_button_tray() { return overview_button_tray_; }
|
|
|
| #if defined(OS_CHROMEOS)
|
| + PaletteTray* palette_tray() { return palette_tray_; }
|
| +
|
| ImeMenuTray* ime_menu_tray_for_testing() { return ime_menu_tray_; }
|
| #endif
|
|
|
|
|