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

Unified Diff: ash/wm/aura/wm_shelf_aura.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
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/aura/wm_shelf_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/aura/wm_shelf_aura.h
diff --git a/ash/wm/aura/wm_shelf_aura.h b/ash/wm/aura/wm_shelf_aura.h
index 0e5b63c0dfc4093ca5fbe00ae3601844ed705c22..fd03c9ec2f7f1a6a1e4d38c12276b35b8ab30e87 100644
--- a/ash/wm/aura/wm_shelf_aura.h
+++ b/ash/wm/aura/wm_shelf_aura.h
@@ -42,7 +42,7 @@ class ASH_EXPORT WmShelfAura : public WmShelf,
void RemoveObserver(WmShelfObserver* observer) override;
// ShelfLayoutManagerObserver:
- void WillDeleteShelf() override;
+ void WillDeleteShelfLayoutManager() override;
void OnBackgroundUpdated(wm::ShelfBackgroundType background_type,
BackgroundAnimatorChangeType change_type) override;
void WillChangeVisibilityState(ShelfVisibilityState new_state) override;
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/aura/wm_shelf_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698