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

Unified Diff: chrome/test/base/test_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: 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/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index 6ee00f2e3055ce7aa7b0fccdb49ce28099561c29..c80c62b3803dc33c1a7595ef13867381c3fde6b5 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -85,6 +85,7 @@ class TestBrowserWindow : 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 {}
@@ -173,6 +174,7 @@ class TestBrowserWindow : public BrowserWindow {
void UpdateManagePasswordsIconAndBubble() override {}
void UpdatePageActions() override {}
void UpdateBookmarkStarVisibility() override {}
+ void UpdateLocationBarVisibility(bool visible, bool animate) override {}
bool ShowPageActionPopup(const extensions::Extension* extension,
bool grant_active_tab) override;
void UpdateOpenPDFInReaderPrompt() override {}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698