diff options
author | skuhne@google.com <skuhne@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 21:42:40 +0000 |
---|---|---|
committer | skuhne@google.com <skuhne@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 21:42:40 +0000 |
commit | b4e4ec42f15a8781bcb4071e2c5d1cc9939ef028 (patch) | |
tree | 9d251313ca6db7c226b3bf0b382e86e01a968cd0 /ash/ash_switches.h | |
parent | e93b0b62dad5daa4a2b525b60eba5c9c10c03923 (diff) | |
download | chromium_src-b4e4ec42f15a8781bcb4071e2c5d1cc9939ef028.zip chromium_src-b4e4ec42f15a8781bcb4071e2c5d1cc9939ef028.tar.gz chromium_src-b4e4ec42f15a8781bcb4071e2c5d1cc9939ef028.tar.bz2 |
Preparation for new Launcher: Splitting ChromeLauncherController into two separate implementations + adding a flag to swtich between them.
This is as a preparation to add the new launcher functionality, but keeping the old functionality for the moment the default.
BUG=145410
TEST=unit tests
Review URL: https://codereview.chromium.org/11419212
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index f31f079..89518ca 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -30,6 +30,7 @@ ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; #if defined(OS_LINUX) ASH_EXPORT extern const char kAshEnableMemoryMonitor[]; #endif +ASH_EXPORT extern const char kAshEnablePerAppLauncher[]; ASH_EXPORT extern const char kAshEnableOak[]; ASH_EXPORT extern const char kAshEnableTrayDragging[]; ASH_EXPORT extern const char kAshImmersive[]; |