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

Unified Diff: ash/shell.h

Issue 1614233002: Shutdown the status tray before the system tray delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 11 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.h
diff --git a/ash/shell.h b/ash/shell.h
index 8401a6c3c433006bad17444d02e03a82388d4396..c61aa031c91561b2a4bbace016eee78c9921ee67 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -605,6 +605,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Initializes the root window so that it can host browser windows.
void InitRootWindow(aura::Window* root_window);
+ // Hides the shelf view if any are visible.
+ void HideShelf();
+
// ash::SystemModalContainerEventFilterDelegate overrides:
bool CanWindowReceiveEvents(aura::Window* window) override;
« ash/root_window_controller.cc ('K') | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698