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

Unified Diff: ash/shelf/shelf_layout_manager_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/shelf/shelf_layout_manager_observer.h
diff --git a/ash/shelf/shelf_layout_manager_observer.h b/ash/shelf/shelf_layout_manager_observer.h
index 8a2d5830df780c31b9d94b2e9eca9e1db1b140af..e8c552bd4f428b640a4c5741a0d9e7dc56c973ef 100644
--- a/ash/shelf/shelf_layout_manager_observer.h
+++ b/ash/shelf/shelf_layout_manager_observer.h
@@ -28,10 +28,6 @@ class ASH_EXPORT ShelfLayoutManagerObserver {
// Called when the auto hide state is changed.
virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {}
- // Called when the auto hide behavior is changed.
- virtual void OnAutoHideBehaviorChanged(aura::Window* root_window,
- ShelfAutoHideBehavior new_behavior) {}
-
// Called when shelf background animation is started.
virtual void OnBackgroundUpdated(
ShelfBackgroundType background_type,

Powered by Google App Engine
This is Rietveld 408576698