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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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: Feedback 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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index eea2b4858e170bbafe8a0ad76352568f3a3ca52b..a70d8bdd97acb807c063f9033fd20d1cad55cf39 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -232,10 +232,6 @@ class BrowserView : public BrowserWindow,
// Only exiting fullscreen in this way is currently supported.
void FullscreenStateChanged();
- // Called from BookmarkBarView/DownloadShelfView during their show/hide
- // animations.
- void ToolbarSizeChanged(bool is_animating);
-
// Overridden from BrowserWindow:
void Show() override;
void ShowInactive() override;
@@ -293,6 +289,7 @@ class BrowserView : public BrowserWindow,
void UpdateToolbar(content::WebContents* contents) override;
void ResetToolbarTabState(content::WebContents* contents) override;
void FocusToolbar() override;
+ void ToolbarSizeChanged(bool is_animating) override;
void FocusAppMenu() override;
void FocusBookmarksToolbar() override;
void FocusInfobars() override;

Powered by Google App Engine
This is Rietveld 408576698