Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: ash/ash_switches.cc

Issue 11093050: Move shelf/launcher/status_area_widget/panel_layout_manager to RootWindowController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 4fd6389e6f4da4202831156a3036189ff117d376..022359e4afe0ef7867642a333849b97f9187deff 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 multiple launchers for all displays.
+const char kAshMultipleLaunchers[] = "ash-multiple-launchers";
sky 2012/10/11 16:38:25 Can we name this ash-launcher-per-display?
oshima 2012/10/11 20:19:51 Done.
+
// 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

Powered by Google App Engine
This is Rietveld 408576698