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

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

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.cc
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc
index 4f31f1f610211895e6b5162668e51464f528575a..ad36a029c7c53852c705e4aa7714545d498f50bd 100644
--- a/ash/system/web_notification/ash_popup_alignment_delegate.cc
+++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc
@@ -131,6 +131,7 @@ void AshPopupAlignmentDelegate::WillChangeVisibilityState(
}
void AshPopupAlignmentDelegate::OnAutoHideStateChanged(
+ ShelfLayoutManager* layout_manager,
ShelfAutoHideState new_state) {
UpdateWorkArea();
}

Powered by Google App Engine
This is Rietveld 408576698