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

Unified Diff: ash/root_window_settings.h

Issue 196573023: Remove PrepareForShutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/root_window_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_settings.h
diff --git a/ash/root_window_settings.h b/ash/root_window_settings.h
index f18794929cad9301867ce1480a7d1792a11c7150..3f497fc81c010e1918bcace975f5df16c2aafe43 100644
--- a/ash/root_window_settings.h
+++ b/ash/root_window_settings.h
@@ -29,6 +29,9 @@ 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|.
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/root_window_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698