summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-15 13:25:25 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-15 13:25:25 +0000
commitb0c9145edb914caaa73fd367c01e4c793d5f5089 (patch)
tree365dca9a9975dc48cc1dc524e8f37c5662b1fdae /ash/ash_switches.h
parent06e78636099e5e61fa3fd0c5d33d87f8499eefa0 (diff)
downloadchromium_src-b0c9145edb914caaa73fd367c01e4c793d5f5089.zip
chromium_src-b0c9145edb914caaa73fd367c01e4c793d5f5089.tar.gz
chromium_src-b0c9145edb914caaa73fd367c01e4c793d5f5089.tar.bz2
3rd try
Add shortcut keys to ui scaling - Round root window size because it can be fractional size when root_window_scale_ is specified. - Remove scaling option from about:flags. - Rotate display where the mouse is in. BUG=179997,119268 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188324 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188362 Review URL: https://codereview.chromium.org/12848004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r--ash/ash_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index 4da9722..5e815ad 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -31,6 +31,8 @@ ASH_EXPORT extern const char kAshDisableLauncherPerDisplay[];
ASH_EXPORT extern const char kAshDisableNewLockAnimations[];
ASH_EXPORT extern const char kAshDisableNewNetworkStatusArea[];
ASH_EXPORT extern const char kAshDisablePerAppLauncher[];
+ASH_EXPORT extern const char kAshDisableUIScaling[];
+ASH_EXPORT extern const char kAshDisableDisplayRotation[];
ASH_EXPORT extern const char kAshEnableAdvancedGestures[];
ASH_EXPORT extern const char kAshEnableBrightnessControl[];
#if defined(OS_LINUX)