diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index f9a1ff7..7f93803 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -51,6 +51,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor"; #endif +// Enable the per application grouping version of the launcher. +const char kAshEnablePerAppLauncher[] = "ash-enable-per-app-launcher"; + // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; |