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

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate.h

Issue 2007003002: mash: Preliminary support for shelf auto-hide (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shutdown
Patch Set: cleanup Created 4 years, 7 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/system/web_notification/ash_popup_alignment_delegate.h
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.h b/ash/system/web_notification/ash_popup_alignment_delegate.h
index 50b70621a5748d17eea727bdbdb7b0e911017fec..8b33409dcede69aea7143eed74d638070f74cb96 100644
--- a/ash/system/web_notification/ash_popup_alignment_delegate.h
+++ b/ash/system/web_notification/ash_popup_alignment_delegate.h
@@ -74,7 +74,8 @@ class ASH_EXPORT AshPopupAlignmentDelegate
// Overridden from ShelfLayoutManagerObserver:
void WillChangeVisibilityState(ShelfVisibilityState new_state) override;
- void OnAutoHideStateChanged(ShelfAutoHideState new_state) override;
+ void OnAutoHideStateChanged(ShelfLayoutManager* layout_manager,
+ ShelfAutoHideState new_state) override;
// Overridden from display::DisplayObserver:
void OnDisplayAdded(const display::Display& new_display) override;

Powered by Google App Engine
This is Rietveld 408576698