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

Unified Diff: ash/root_window_settings.cc

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_settings.h ('k') | ash/wm/root_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_settings.cc
diff --git a/ash/root_window_settings.cc b/ash/root_window_settings.cc
index f3df896f2f5921b96155a1d05992ff88350f2112..9f51bd9e9bd0f60f8b688f85b57eb60ac70114ef 100644
--- a/ash/root_window_settings.cc
+++ b/ash/root_window_settings.cc
@@ -18,7 +18,8 @@ DEFINE_OWNED_WINDOW_PROPERTY_KEY(RootWindowSettings,
RootWindowSettings::RootWindowSettings()
: display_id(gfx::Display::kInvalidDisplayID),
- controller(NULL) {
+ controller(NULL),
+ shutdown(false) {
}
RootWindowSettings* InitRootWindowSettings(aura::Window* root) {
« no previous file with comments | « ash/root_window_settings.h ('k') | ash/wm/root_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698