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

Unified Diff: ash/shell_observer.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_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index da53428ccba14f155988e533bdb7824cdc305563..e4d23a19512e71cb8201e55aa76eb09615cf409c 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -41,6 +41,9 @@ class ASH_EXPORT ShellObserver {
// Invoked when the shelf alignment in |root_window| is changed.
virtual void OnShelfAlignmentChanged(aura::Window* root_window) {}
+ // Invoked when the shelf auto-hide behavior in |root_window| is changed.
+ virtual void OnShelfAutoHideBehaviorChanged(aura::Window* root_window) {}
+
// Invoked when the projection touch HUD is toggled.
virtual void OnTouchHudProjectionToggled(bool enabled) {}

Powered by Google App Engine
This is Rietveld 408576698