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.cc | |
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.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 4fd6389..a61dab2 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -34,6 +34,9 @@ const char kAshEnableOak[] = "ash-enable-oak"; // Enables showing the tray bubble by dragging on the shelf. const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; +// Enables creating a launcher per display. +const char kAshLauncherPerDisplay[] = "ash-launcher-per-display"; + // Specifies the layout mode and offsets for the secondary display for // testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT, // b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display |