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

Unified Diff: ash/common/ash_switches.h

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 | « no previous file | ash/common/ash_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.h
diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h
index 7a1ee943bbf5356809bdbfedd12ee440f35eec57..acc4c29a7caf624d6a70761d9af9539c376baecc 100644
--- a/ash/common/ash_switches.h
+++ b/ash/common/ash_switches.h
@@ -30,6 +30,10 @@ ASH_EXPORT extern const char kAshEnableTouchView[];
ASH_EXPORT extern const char kAshEnableMirroredScreen[];
ASH_EXPORT extern const char kAshEstimatedPresentationDelay[];
ASH_EXPORT extern const char kAshForceEnablePalette[];
+ASH_EXPORT extern const char kAshForceTabletMode[];
+ASH_EXPORT extern const char kAshForceTabletModeAuto[];
+ASH_EXPORT extern const char kAshForceTabletModeClamshell[];
+ASH_EXPORT extern const char kAshForceTabletModeTouchView[];
ASH_EXPORT extern const char kAshHideNotificationsForFactory[];
ASH_EXPORT extern const char kAshShelfColor[];
ASH_EXPORT extern const char kAshShelfColorLightMuted[];
« no previous file with comments | « no previous file | ash/common/ash_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698