diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-05 17:55:13 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-05 17:55:13 +0000 |
commit | fa0c3f29b963511ddbe43d1a2fda2b7c29fffbee (patch) | |
tree | 9ba75d574844edeb35fa0dfba51204b0a6544b54 /ash/ash_switches.cc | |
parent | 91cd5beb89818daca5e7718bdf76fe644efa7508 (diff) | |
download | chromium_src-fa0c3f29b963511ddbe43d1a2fda2b7c29fffbee.zip chromium_src-fa0c3f29b963511ddbe43d1a2fda2b7c29fffbee.tar.gz chromium_src-fa0c3f29b963511ddbe43d1a2fda2b7c29fffbee.tar.bz2 |
Aura: Remove overlapping window mode
We're going with "managed" window mode. Oshima made it the default last week and updated the tests, so this just removes the unused mode. I also removed Shell::set_compact_window_mode_for_test() in favor of using ShellDelegate::GetOverrideWindowMode() for the one test that needs compact mode.
BUG=116614
TEST=aura_shell_unittests
Review URL: https://chromiumcodereview.appspot.com/9600006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 87f4c30..e5556e0 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -49,9 +49,6 @@ const char kAuraWindowModeCompact[] = "compact"; // windows. const char kAuraWindowModeManaged[] = "managed"; -// Traditional window management with multiple draggable windows. -const char kAuraWindowModeOverlapping[] = "overlapping"; - // Use Aura to manage windows of type WINDOW_TYPE_PANEL. const char kAuraPanelManager[] = "aura-panels"; |