summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 18:00:54 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-16 18:00:54 +0000
commit3a4729214e8a2563c4cfb4a7df4495d5ce7d4d62 (patch)
tree0683e4b2c6ad3e6a3bc23184632e2d2002c3160f /ash/shell.cc
parent80a8f31d86608eff8857b823e2f77af1aaafc10f (diff)
downloadchromium_src-3a4729214e8a2563c4cfb4a7df4495d5ce7d4d62.zip
chromium_src-3a4729214e8a2563c4cfb4a7df4495d5ce7d4d62.tar.gz
chromium_src-3a4729214e8a2563c4cfb4a7df4495d5ce7d4d62.tar.bz2
Use exact match when removing selector items on window destroying observation.
BUG=322119 TEST=WindowSelectorTest.Shutdown,WindowSelectorTest.RemoveDisplay Review URL: https://codereview.chromium.org/106093005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 3242a16..607601d 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -647,6 +647,7 @@ Shell::~Shell() {
shadow_controller_.reset();
resize_shadow_controller_.reset();
+ window_selector_controller_.reset();
window_cycle_controller_.reset();
mru_window_tracker_.reset();