Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2684)

Unified Diff: ash/root_window_settings.h

Issue 294073006: Remove dispatcher when shutting down RootWindowController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/root_window_settings.h
diff --git a/ash/root_window_settings.h b/ash/root_window_settings.h
index 4982ac5da75e81a2f2513c85b2dee3cd5ab14aab..dc6764738b72e09e9fb4101084f7a1d90edeaed2 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|.

Powered by Google App Engine
This is Rietveld 408576698