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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 2000393003: ash: Reorder shutdown of ShelfLayoutManager and StatusAreaWidget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 505a65bf424d5ed77bf1e90c46af5488e0ab484a..7241da1de0677ac72e9e36091e50596097fee827 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -335,6 +335,8 @@ class ASH_EXPORT ShelfLayoutManager
// UpdateBoundsAndOpacity() again from SetChildBounds().
bool updating_bounds_;
+ bool in_shutdown_ = false;
+
// Current state.
State state_;

Powered by Google App Engine
This is Rietveld 408576698