summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-26 19:29:16 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-26 19:29:16 +0000
commitf3dfc8fabad76466cde4c48ff44f729a3b0c773f (patch)
tree2421915803dea92cc3ef20d447cfe88d5bb7b607 /ash/ash_switches.cc
parentf09d17e64714d328bf91d5bb50b860092f762afa (diff)
downloadchromium_src-f3dfc8fabad76466cde4c48ff44f729a3b0c773f.zip
chromium_src-f3dfc8fabad76466cde4c48ff44f729a3b0c773f.tar.gz
chromium_src-f3dfc8fabad76466cde4c48ff44f729a3b0c773f.tar.bz2
Revert 164352 - Re-vamped the entire window auto positioning logic
As long as the user did not move / resize the window: A single visible window (browser / app) on the screen will always be centered. When a second visible (browser / app) window joins in, both will be pushed into opposite corners. When more windows get piled up, they go every time into the opposite side of the currently active window. When the user has resized / moved a window, it will be treated as a visible (browser / app) window, but it will not get moved - the others will however. Addressing bug: Moving last remaining tabbed window back into screen center BUG=153431, 150879, 153302 TEST=unit-tests & visual Review URL: https://chromiumcodereview.appspot.com/11085053 TBR=skuhne@chromium.org Review URL: https://codereview.chromium.org/11313012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index f9980e8..7ae43636 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -19,10 +19,6 @@ const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root";
// Enable keyboard shortcuts useful for debugging.
const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
-// Disable support for auto window placement.
-const char kAshDisableAutoWindowPlacement[] =
- "ash-enable-auto-window-placement";
-
// Disables boot animation v2, go back to v1.
const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";