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

Unified Diff: ash/root_window_settings.cc

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
« no previous file with comments | « ash/root_window_settings.h ('k') | ash/wm/coordinate_conversion.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 555c4c8baa8d2d5c6054bae4677c249acb30416f..ed4931f88f1e4e5199d9b33ab17e00bf78d3e413 100644
--- a/ash/root_window_settings.cc
+++ b/ash/root_window_settings.cc
@@ -17,8 +17,7 @@ DEFINE_OWNED_WINDOW_PROPERTY_KEY(RootWindowSettings,
RootWindowSettings::RootWindowSettings()
: display_id(gfx::Display::kInvalidDisplayID),
- controller(NULL),
- shutdown(false) {
+ controller(NULL) {
}
RootWindowSettings* InitRootWindowSettings(aura::Window* root) {
« no previous file with comments | « ash/root_window_settings.h ('k') | ash/wm/coordinate_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698