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

Unified Diff: ash/common/ash_switches.cc

Issue 2644713002: cros: Use runtime stylus detection for ash palette. (Closed)
Patch Set: Explicitly initialize properties to false Created 3 years, 10 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
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index 3141b2c40995c84b7c64c62c6571cb0a722494ec..9989fd7dac1497a967f1cbe503e677f53b8aacf7 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -52,7 +52,7 @@ const char kAshEnableMagnifierKeyScroller[] =
"ash-enable-magnifier-key-scroller";
// Enables the palette next to the status area.
-const char kAshEnablePalette[] = "ash-enable-palette";
+const char kAshForceEnablePalette[] = "ash-force-enable-palette";
James Cook 2017/02/06 23:06:39 nit: alphabetize
jdufault 2017/02/08 02:06:20 Done.
// Enables the palette on every display, instead of only the internal one.
const char kAshEnablePaletteOnAllDisplays[] =

Powered by Google App Engine
This is Rietveld 408576698