diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 18:42:28 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 18:42:28 +0000 |
commit | e74aaf0a48777b12034c1ececef2524657c82c44 (patch) | |
tree | 13d41592b4ba35a26fdacf7545c2b37cd0f2e4cb /ash/ash_switches.h | |
parent | 65fe8465f1e5a95645c13edcc24cd5c8992b0bf3 (diff) | |
download | chromium_src-e74aaf0a48777b12034c1ececef2524657c82c44.zip chromium_src-e74aaf0a48777b12034c1ececef2524657c82c44.tar.gz chromium_src-e74aaf0a48777b12034c1ececef2524657c82c44.tar.bz2 |
Move shelf/launcher/status_area_widget/panel_layout_manager to RootWindowController
This is just preparation to create launchers on all displays.
BUG=145978
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11093050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161621 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 bca954c..c64af22 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -24,6 +24,7 @@ ASH_EXPORT extern const char kAshDisableBootAnimation2[]; ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; ASH_EXPORT extern const char kAshEnableOak[]; ASH_EXPORT extern const char kAshEnableTrayDragging[]; +ASH_EXPORT extern const char kAshLauncherPerDisplay[]; ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; ASH_EXPORT extern const char kAshTouchHud[]; ASH_EXPORT extern const char kAshWindowAnimationsDisabled[]; |