summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-23 22:49:07 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-23 22:49:07 +0000
commitf634dd3d11f123a08653d63ea4d2a5cfdd6a8082 (patch)
treedc4fb29a9317012dfe6b2569821b915b40297bef /ash/ash_switches.cc
parent414c89d95a795b6b23eedea122e2593e5b87e585 (diff)
downloadchromium_src-f634dd3d11f123a08653d63ea4d2a5cfdd6a8082.zip
chromium_src-f634dd3d11f123a08653d63ea4d2a5cfdd6a8082.tar.gz
chromium_src-f634dd3d11f123a08653d63ea4d2a5cfdd6a8082.tar.bz2
Enable Virtual Screen Coordinates and remove --ash-virtual-screen-coordinates
Update tests to work with VSC. I'll land this after http://codereview.chromium.org/10795027/ is landed. I kept active_root_window_ because we're planning to create a launcher per display, and I'm going to use it to decide on which display the status bubble will be shown. BUG=123160 TEST=Updated tests, plus added new test cases to ExtendedDesktopText.ConvertPoint Review URL: https://chromiumcodereview.appspot.com/10790090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 24c3e2e..1ddefda 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -22,9 +22,6 @@ const char kAshNotifyDisabled[] = "ash-notify-disabled";
// Enables the heads-up display for tracking touch points.
const char kAshTouchHud[] = "ash-touch-hud";
-// Enables virtual screen coordinate system.
-const char kAshVirtualScreenCoordinates[] = "ash-virtual-screen-coordinates";
-
// If present animations are disabled.
const char kAshWindowAnimationsDisabled[] = "ash-window-animations-disabled";