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

Unified Diff: chrome/common/chrome_switches.h

Issue 2749633006: CrOS: Add a flag to allow easy selection of tablet mode. (Closed)
Patch Set: 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ebaf2a5a792f407fde69458bf3bd55ba25f6eef2..448f202cc0c3c27e8a16b4bbf3edce26c4c90389 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -153,6 +153,10 @@ extern const char kForceAppMode[];
extern const char kForceDesktopIOSPromotion[];
extern const char kForceFirstRun[];
extern const char kForceLocalNtp[];
+extern const char kForceTabletMode[];
+extern const char kForceTabletModeAuto[];
+extern const char kForceTabletModeClamshell[];
+extern const char kForceTabletModeTouchView[];
extern const char kForceVariationIds[];
extern const char kHistoryEnableGroupByDomain[];
extern const char kHomePage[];

Powered by Google App Engine
This is Rietveld 408576698