diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 21:52:02 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 21:52:02 +0000 |
commit | 1d5d999a2c4f32f517e4424b8c2f3c13d5613336 (patch) | |
tree | cdc0a6fe235ab3256461a79e2dcba92ddc35ae6a /ash/ash_switches.cc | |
parent | eeb9ccb477c1f1939b7bf70ec954c6df2a838405 (diff) | |
download | chromium_src-1d5d999a2c4f32f517e4424b8c2f3c13d5613336.zip chromium_src-1d5d999a2c4f32f517e4424b8c2f3c13d5613336.tar.gz chromium_src-1d5d999a2c4f32f517e4424b8c2f3c13d5613336.tar.bz2 |
Use XRANR definition for rotation
Changed to use xrandr's definition as discussed offline.
Removed command line switch as this is no longer needed.
BUG=196434
TEST=none
Review URL: https://chromiumcodereview.appspot.com/12700024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 44adc42..b85ae86 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -102,12 +102,6 @@ const char kAshImmersiveHideTabIndicators[] = // 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). -const char kAshOverrideDisplayOrientation[] = - "ash-override-display-orientation"; - // 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 |