summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authorskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 20:31:40 +0000
committerskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 20:31:40 +0000
commitcda278dd146961f4ecf8bb7771d22d7eeeab467b (patch)
treedd12972bb15e9a47ff2aadcbcc5b458091fc90ae /ash/ash_switches.h
parenteeac662cd531cfd3482e9784107d93b061909981 (diff)
downloadchromium_src-cda278dd146961f4ecf8bb7771d22d7eeeab467b.zip
chromium_src-cda278dd146961f4ecf8bb7771d22d7eeeab467b.tar.gz
chromium_src-cda278dd146961f4ecf8bb7771d22d7eeeab467b.tar.bz2
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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164352 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164652 Review URL: https://chromiumcodereview.appspot.com/11085053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r--ash/ash_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index b3e1e24..5ed521f 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -20,6 +20,7 @@ ASH_EXPORT extern const char kAshBootAnimationFunction3[];
ASH_EXPORT extern const char kAshConstrainPointerToRoot[];
ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
ASH_EXPORT extern const char kAshDebugShortcuts[];
+ASH_EXPORT extern const char kAshDisableAutoWindowPlacement[];
ASH_EXPORT extern const char kAshDisablePanelFitting[];
ASH_EXPORT extern const char kAshDisableBootAnimation2[];
ASH_EXPORT extern const char kAshEnableAdvancedGestures[];