diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-12 03:06:00 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-12 03:06:00 +0000 |
commit | 8a201eb4b559aa82e6f3c0363817d1ba03ecabee (patch) | |
tree | 23fc1c5e9e2e4c2af4ecc7981ed822155de4f792 /ash/ash_switches.h | |
parent | 80fe82fc9788d5ca591f3df08ff43c9d608ec40b (diff) | |
download | chromium_src-8a201eb4b559aa82e6f3c0363817d1ba03ecabee.zip chromium_src-8a201eb4b559aa82e6f3c0363817d1ba03ecabee.tar.gz chromium_src-8a201eb4b559aa82e6f3c0363817d1ba03ecabee.tar.bz2 |
[Aura] Remove webui applist and enable views applist.
BUG=105913,105620
TEST=Verify fix for issue 105913,105620.
Review URL: http://codereview.chromium.org/9185014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 65ba77d..2b5d8ad 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -15,7 +15,6 @@ namespace switches { ASH_EXPORT extern const char kAuraGoogleDialogFrames[]; ASH_EXPORT extern const char kAuraNoShadows[]; ASH_EXPORT extern const char kAuraTranslucentFrames[]; -ASH_EXPORT extern const char kAuraViewsAppList[]; ASH_EXPORT extern const char kAuraWindowMode[]; ASH_EXPORT extern const char kAuraWindowModeCompact[]; ASH_EXPORT extern const char kAuraWindowModeNormal[]; |