Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2438)

Unified Diff: ash/common/system/status_area_widget.h

Issue 2276233002: ash/chromeos: Add shift-alt-p shortcut to open palette. (Closed)
Patch Set: Address comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/test/test_palette_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/test/test_palette_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698