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

Unified Diff: ash/common/ash_switches.cc

Issue 2765373002: CrOS: Move force UI mode switch from switches to ash switches. (Closed)
Patch Set: Rebased. Created 3 years, 9 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') | chrome/browser/about_flags.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 e096ad34915bd660270ea80516c5f45f1651c83e..4f2f8caa113cf765e38f93ca5a2ac1d9ffd36853 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -69,6 +69,15 @@ const char kAshEstimatedPresentationDelay[] =
// Enables the palette next to the status area.
const char kAshForceEnablePalette[] = "ash-force-enable-palette";
+// Enables required things for the selected UI mode, regardless of whether the
+// Chromebook is currently in the selected UI mode.
+const char kAshForceTabletMode[] = "force-tablet-mode";
+
+// Values for the kAshForceTabletMode flag.
+const char kAshForceTabletModeAuto[] = "auto";
+const char kAshForceTabletModeClamshell[] = "clamshell";
+const char kAshForceTabletModeTouchView[] = "touch_view";
+
// Hides notifications that are irrelevant to Chrome OS device factory testing,
// such as battery level updates.
const char kAshHideNotificationsForFactory[] =
« no previous file with comments | « ash/common/ash_switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698