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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 2845593002: Updates Zoom bubble layout and adds +/- buttons (Closed)
Patch Set: Fix ZoomController to never show the bubble when zoom level is not changed from default Created 3 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: 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 73e5723109cdb721988b53a6c0f2f8f40c01dc19..7701ac79c7068cad0749b2e2d22d17bc7f490a88 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -164,6 +164,7 @@ class TestBrowserWindow : public BrowserWindow {
void UpdateManagePasswordsIconAndBubble() override {}
void UpdateSaveCreditCardIcon() override {}
void UpdateBookmarkStarVisibility() override {}
+ void UpdateZoomViewVisibility() override {}
void UpdateLocationBarVisibility(bool visible, bool animate) override {}
void SaveStateToContents(content::WebContents* contents) override {}
void Revert() override {}

Powered by Google App Engine
This is Rietveld 408576698