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

Unified Diff: ash/common/ash_switches.cc

Issue 2802903003: Implementation of a full screen app list and re-alphabetized switches (Closed)
Patch Set: Cleaned up some old variables and spacing changes 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/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index 6c259f10a5cc22bebe9aaeb646c2e7c41fa1d1a8..edd793cd2cb7d1a88b3594b62d01be0fba36ad76 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -47,6 +47,9 @@ const char kAshDisableScreenOrientationLock[] =
const char kAshDisableTouchExplorationMode[] =
"ash-disable-touch-exploration-mode";
+// Enable the fullscreen app list mode. UI change.
+const char kAshEnableFullscreenAppList[] = "ash-enable-fullscreen-app-list";
sky 2017/04/07 03:28:18 Reorder all these as well (style guide says declar
newcomer 2017/04/10 16:34:53 Done.
+
// Enables key bindings to scroll magnified screen.
const char kAshEnableMagnifierKeyScroller[] =
"ash-enable-magnifier-key-scroller";

Powered by Google App Engine
This is Rietveld 408576698