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

Unified Diff: ash/ash_switches.cc

Issue 2825383003: Fix stylus tools palette. (Closed)
Patch Set: Load palette_tray all the time. Only check when show it Created 3 years, 8 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/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 9f30a0e616a2752e32bd63026c84bc096204bf41..53aa4586f30a41adbc28f10e7828f49c5b5cef77 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -67,8 +67,8 @@ const char kAshEnableSmoothScreenRotation[] =
const char kAshEstimatedPresentationDelay[] =
"ash-estimated-presentation-delay";
-// Enables the palette next to the status area.
-const char kAshForceEnablePalette[] = "ash-force-enable-palette";
+// Enables the stylus tools next to the status area.
+const char kAshForceEnableStylusTools[] = "force-enable-stylus-tools";
// Enables required things for the selected UI mode, regardless of whether the
// Chromebook is currently in the selected UI mode.

Powered by Google App Engine
This is Rietveld 408576698