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

Unified Diff: ash/shell.h

Issue 1851883002: Cleanup shelf initialization and observation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check for shelf before setting prefs in ChromeLauncherController. Created 4 years, 8 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 c71e0030c4a08dc3688da601c4432110d89ac8dc..d52edc61379a78cee7425ef89b4a46c67572018a 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -470,6 +470,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Called when the alignment for a shelf changes.
void OnShelfAlignmentChanged(aura::Window* root_window);
+ // Called when the auto-hide behavior for a shelf changes.
+ void OnShelfAutoHideBehaviorChanged(aura::Window* root_window);
+
// Notifies |observers_| when entering or exiting fullscreen mode in
// |root_window|.
void NotifyFullscreenStateChange(bool is_fullscreen,
« ash/shelf/shelf.cc ('K') | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698