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

Unified Diff: ash/common/ash_switches.cc

Issue 2297393002: cros/ash: Only show the stylus palette on the internal display. (Closed)
Patch Set: Address comments Created 4 years, 3 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_utils.h » ('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 9092ce56c1ff073fab203f1fce4185e0a83b808d..0500c692fdda59428f67f424a663d8a834de98b3 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -58,8 +58,13 @@ const char kAshEnableUnifiedDesktop[] = "ash-enable-unified-desktop";
const char kAshEnablePalette[] = "ash-enable-palette";
// Enables experimental ash palette tools.
-const char kAshEnableExperimentalPaletteFeatures[] =
- "ash-enable-experimental-palette-features";
+const char kAshEnablePaletteExperimentalFeatures[] =
+ "ash-enable-palette-experimental-features";
+
+// Enables the palette on every display, instead of only the internal one.
+const char kAshEnablePaletteOnAllDisplays[] =
+ "ash-enable-palette-on-all-displays";
+
#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_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698