summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-13 06:22:43 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-13 06:22:43 +0000
commita78c74365c05e1e7dae30a77754a4689cd1a42bf (patch)
tree94c665ea295bffa2029d95d1980ab38839df6116 /ash/ash_switches.cc
parent35957bf6a4a1880a4a9be4c1237702bca23d7385 (diff)
downloadchromium_src-a78c74365c05e1e7dae30a77754a4689cd1a42bf.zip
chromium_src-a78c74365c05e1e7dae30a77754a4689cd1a42bf.tar.gz
chromium_src-a78c74365c05e1e7dae30a77754a4689cd1a42bf.tar.bz2
Add UI scaling support
- add flags page BUG=179997 TEST=covered by test. Review URL: https://chromiumcodereview.appspot.com/12638022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 6de87cb..e40324e 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -98,6 +98,9 @@ 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";
+
// Overrides all displays' orientation. The value should be one of 0
// (normal), 1 (90 degrees clockwise), 2 (180 degrees) or 3 (270
// degrees clockwise).