diff options
author | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-04 03:57:50 +0000 |
---|---|---|
committer | tbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-04 03:57:50 +0000 |
commit | 6de3a01154a0ffbe273da08ce6c67164d71b18d7 (patch) | |
tree | 88d226f502c045295e98df3137d92e3e07ed931f /ash/ash_switches.cc | |
parent | eb8abacb3842302263f3d3bd6f875d25273eb991 (diff) | |
download | chromium_src-6de3a01154a0ffbe273da08ce6c67164d71b18d7.zip chromium_src-6de3a01154a0ffbe273da08ce6c67164d71b18d7.tar.gz chromium_src-6de3a01154a0ffbe273da08ce6c67164d71b18d7.tar.bz2 |
Revert 120460 - Add PanelWindow and PanelLayoutManager to ash.
This implements a sample implementation of a WidgetDelegateView (PanelWindow) and a LayoutManager to provide an initial outline for developing panels.
ash_shell must be run with --aura-panels to get the new behavior, since Chrome currently relies on existing behavior for widgets of TYPE_PANEL.
BUG=98330
TEST=Run ash_shell --aura-panels to see a simple panel test implementation. Ensure panels work as expected in Chrome.
Review URL: http://codereview.chromium.org/9104027
TBR=stevenjb@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9328026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120465 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 69067eb..44e1737 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -49,8 +49,5 @@ 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"; - } // namespace switches } // namespace ash |