summaryrefslogtreecommitdiffstats
path: root/ash/root_window_settings.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 20:36:11 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 20:36:11 +0000
commit8f5209c89cbd2e2d34ed5719e6f5007ce7a6aba3 (patch)
tree024fd96cef44f82ca2b7ff59e37ef19f1939c1ad /ash/root_window_settings.h
parent78cd68e0d88496f769b46bb789ea19b0ee132e99 (diff)
downloadchromium_src-8f5209c89cbd2e2d34ed5719e6f5007ce7a6aba3.zip
chromium_src-8f5209c89cbd2e2d34ed5719e6f5007ce7a6aba3.tar.gz
chromium_src-8f5209c89cbd2e2d34ed5719e6f5007ce7a6aba3.tar.bz2
Remove dispatcher when shutting down RootWindowController
Resurrecting PrepareForShutdown as it can be implemented onl in ash. BUG=None Review URL: https://codereview.chromium.org/294073006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/root_window_settings.h')
-rw-r--r--ash/root_window_settings.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/root_window_settings.h b/ash/root_window_settings.h
index 4982ac5..dc67647 100644
--- a/ash/root_window_settings.h
+++ b/ash/root_window_settings.h
@@ -28,9 +28,6 @@ struct RootWindowSettings {
// RootWindowController for the root window. This may be NULL
// for the root window used for mirroring.
RootWindowController* controller;
-
- // True if the root window has already been shutdown.
- bool shutdown;
};
// Initializes and returns RootWindowSettings for |root|.