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

Unified Diff: ash/shell.cc

Issue 303723003: Lock Rotation on user settings changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index b8a69de6cc396d169978dac6e2a6a0f79cb2fb62..00be1cfab62960c3b629a7f6cc7f1534d8497ea3 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -691,8 +691,8 @@ Shell::~Shell() {
// Destroy maximize window manager early on since it has some observers which
// need to be removed.
- maximize_mode_controller_.reset();
maximize_mode_window_manager_.reset();
+ maximize_mode_controller_.reset();
// AppList needs to be released before shelf layout manager, which is
// destroyed with shelf container in the loop below. However, app list
« no previous file with comments | « no previous file | ash/system/chromeos/rotation/tray_rotation_lock.h » ('j') | ash/system/chromeos/rotation/tray_rotation_lock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698