diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 00:56:41 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 00:56:41 +0000 |
commit | 1e96ceb7eccdeb2aebc5e64255f0c4c39b11f186 (patch) | |
tree | 5fc01e4188d320bd07707f2d0076951328a7ab43 /ash/ash_switches.cc | |
parent | 5acfa6c83c46452b989cad128118936a585b8b7a (diff) | |
download | chromium_src-1e96ceb7eccdeb2aebc5e64255f0c4c39b11f186.zip chromium_src-1e96ceb7eccdeb2aebc5e64255f0c4c39b11f186.tar.gz chromium_src-1e96ceb7eccdeb2aebc5e64255f0c4c39b11f186.tar.bz2 |
Enable virtual resolution on low DPI displays
BUG=233375,180535
TEST=covered by unit tests.
Review URL: https://codereview.chromium.org/14320009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195672 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 |