summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 3cf177b..696e8c3 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -106,9 +106,6 @@ const char kAshHostWindowBounds[] = "ash-host-window-bounds";
const char kAshImmersiveHideTabIndicators[] =
"ash-immersive-hide-tab-indicators";
-// Specifies the internal display's ui scale.
-const char kAshInternalDisplayUIScale[] = "ash-internal-display-ui-scale";
-
// 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
@@ -118,6 +115,11 @@ const char kAshSecondaryDisplayLayout[] = "ash-secondary-display-layout";
// Enables the heads-up display for tracking touch points.
const char kAshTouchHud[] = "ash-touch-hud";
+// Uses the 1st display in --ash-host-window-bounds as internal display.
+// This is for debugging on linux desktop.
+const char kAshUseFirstDisplayAsInternal[] =
+ "ash-use-first-display-as-internal";
+
// (Most) Chrome OS hardware reports ACPI power button releases correctly.
// Standard hardware reports releases immediately after presses. If set, we
// lock the screen or shutdown the system immediately in response to a press