diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:20:39 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:20:39 +0000 |
commit | 564833e1bf8ee59ec0ba7955e0abbec4a488e14a (patch) | |
tree | 32d300b6c4ae34bd0534db5bd68ff1dc46d34e18 /ash/ash_switches.cc | |
parent | 987eb23f86237972209d362023622e7887ae7e62 (diff) | |
download | chromium_src-564833e1bf8ee59ec0ba7955e0abbec4a488e14a.zip chromium_src-564833e1bf8ee59ec0ba7955e0abbec4a488e14a.tar.gz chromium_src-564833e1bf8ee59ec0ba7955e0abbec4a488e14a.tar.bz2 |
Revert "Revert 195733 "Enable virtual resolution on low DPI displays""
Reverted wrong CL by mistake
TBR=oshima@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/14081019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 8 |
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 |