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

Unified Diff: ash/shell.h

Issue 2304443002: ash: Move ShelfWidget ownership to WmShelf and refactor access to it (Closed)
Patch Set: review comments Created 4 years, 4 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/screen_util.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 7e5fdb50ead6120be55ea0d8a005af2d648f6540..274936ebc122fb92ccb0eaad9e8c6072fc03e5c9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -459,9 +459,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Initializes the root window so that it can host browser windows.
void InitRootWindow(aura::Window* root_window);
- // Prepares the shelf to be deleted.
- void ShutdownShelf();
-
// SystemModalContainerEventFilterDelegate:
bool CanWindowReceiveEvents(aura::Window* window) override;
« no previous file with comments | « ash/screen_util.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698