summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-12 15:38:33 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-12 15:38:33 +0000
commit87d722a4c52c23d5cc86ac1517e0fdb96ed658ad (patch)
tree4b2dc2f9140bef49192451aba79c0796fe82375d /ash/ash_switches.cc
parent091dd4ab4f1ea3f19aaada82320f2e2dd22b953c (diff)
downloadchromium_src-87d722a4c52c23d5cc86ac1517e0fdb96ed658ad.zip
chromium_src-87d722a4c52c23d5cc86ac1517e0fdb96ed658ad.tar.gz
chromium_src-87d722a4c52c23d5cc86ac1517e0fdb96ed658ad.tar.bz2
Deprecate --aura-panels
Ash panels will be triggered only by the experimental appWindow.create apps v2 API, and no longer require a separate flag. Support for Ash panels with apps v1 is deprecated. BUG=none TEST=unit/browser tests should pass, test panels should work in ash shell without flag. Resubmitting - this was reverted because VM tests failed, but I have been unable to reproduce the failure. Original CL: https://chromiumcodereview.appspot.com/10689071 TBR=ben@chromium.org,jennb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10695153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146353 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 c3bf2c7..ca6a753 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -44,8 +44,5 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
// Avoid drawing drop shadows under windows.
const char kAuraNoShadows[] = "aura-no-shadows";
-// Use Aura to manage windows of type WINDOW_TYPE_PANEL.
-const char kAuraPanelManager[] = "aura-panels";
-
} // namespace switches
} // namespace ash