summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2016-02-22 15:21:12 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-22 23:22:18 +0000
commit576d5e0790365e5e31f5cf150d6047f26b58f376 (patch)
tree02510fc9250d16c438058cd4832255e23fb04546 /chromeos/chromeos_switches.cc
parentd0bc0fa329d753da4fb333c572361f575411b8a7 (diff)
downloadchromium_src-576d5e0790365e5e31f5cf150d6047f26b58f376.zip
chromium_src-576d5e0790365e5e31f5cf150d6047f26b58f376.tar.gz
chromium_src-576d5e0790365e5e31f5cf150d6047f26b58f376.tar.bz2
Introduce display_layout_manager_multi.js behind a flag
BUG=576375 Review URL: https://codereview.chromium.org/1717493002 Cr-Commit-Position: refs/heads/master@{#376850}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index b148ac7..afb9b83f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -158,6 +158,9 @@ const char kEnableScreenshotTestingWithMode[] =
// than the kiosk app mode.
const char kEnableKioskMode[] = "enable-kiosk-mode";
+// Enable the multiple display layout UI.
+const char kEnableMultiDisplayLayout[] = "enable-multi-display-layout";
+
// Enables request of tablet site (via user agent override).
const char kEnableRequestTabletSite[] = "enable-request-tablet-site";