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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 1036173002: Animate showing / hiding the location bar for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 5 years, 9 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: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index ea17ad5fa919a767756b98561f2fdf50b9a318f5..6d78de4426226a02420aad644218b8bb6f077f26 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -178,6 +178,9 @@ class BrowserWindow : public ui::BaseWindow {
// Focuses the toolbar (for accessibility).
virtual void FocusToolbar() = 0;
+ // Called from toolbar subviews during their show/hide animations.
+ virtual void ToolbarSizeChanged(bool is_animating) = 0;
+
// Focuses the app menu like it was a menu bar.
//
// Not used on the Mac, which has a "normal" menu bar.

Powered by Google App Engine
This is Rietveld 408576698