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

Unified Diff: ash/common/ash_switches.cc

Issue 2170173002: Add switch to enable palette tray UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-tray
Patch Set: Created 4 years, 5 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/ash_switches.h ('k') | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index 3211e2aa3e61afb2e20679761b955965aa1738ca..1ef84fc50e316bf8de098adaab861c08d871bfc1 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -53,6 +53,9 @@ const char kAshEnableMagnifierKeyScroller[] =
// Enables unified desktop mode.
const char kAshEnableUnifiedDesktop[] = "ash-enable-unified-desktop";
+
+// Enables the palette next to the status area.
+const char kAshEnablePalette[] = "ash-enable-palette";
#endif
// Enables the observation of accelerometer events to enter touch-view mode.
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698