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

Unified Diff: chrome/common/chrome_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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index dff925076b0003c3efab8472ec2723d05c5be22f..664dbb8c8b7b9781dadb8e473229ed5426955423 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -490,15 +490,6 @@ const char kForceFirstRun[] = "force-first-run";
// Forces Chrome to use localNTP instead of server (GWS) NTP.
const char kForceLocalNtp[] = "force-local-ntp";
-// Enables required things for the selected UI mode, regardless of whether the
-// chromebook is currently in the selected UI mode.
-const char kForceTabletMode[] = "force-tablet-mode";
-
-// Values for the kForceTabletMode flag.
-const char kForceTabletModeAuto[] = "auto";
-const char kForceTabletModeClamshell[] = "clamshell";
-const char kForceTabletModeTouchView[] = "touch_view";
-
// Forces additional Chrome Variation Ids that will be sent in X-Client-Data
// header, specified as a 64-bit encoded list of numeric experiment ids. Ids
// prefixed with the character "t" will be treated as Trigger Variation Ids.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698