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

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: Fix stuffup Created 5 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
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar.h ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1a9a8df616ff651bb8311faa004ce639f9419481..6308f75351a8d0f6cc7c59aff6c51f41e963be66 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;
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar.h ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698