Chromium Code Reviews

Unified Diff: chrome/test/test_browser_window.h

Issue 5701008: Fixes bug in instant that resulted in flickery fade. The problem would (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Adds content to 403.html as bots seem to have problem with empty file Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/test/data/instant/403.html.mock-http-headers ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/test_browser_window.h
diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
index 61a25d0d586f505dabef52ae1f25b08dad809da5..e6a1bdfded18794a61f034dbd8f8f603a6c40f33 100644
--- a/chrome/test/test_browser_window.h
+++ b/chrome/test/test_browser_window.h
@@ -106,7 +106,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual void OpenTabpose() {}
virtual void PrepareForInstant() {}
virtual void ShowInstant(TabContents* preview_contents) {}
- virtual void HideInstant() {}
+ virtual void HideInstant(bool instant_is_active) {}
virtual gfx::Rect GetInstantBounds() { return gfx::Rect(); }
#if defined(OS_CHROMEOS)
virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) {}
« no previous file with comments | « chrome/test/data/instant/403.html.mock-http-headers ('k') | no next file » | no next file with comments »

Powered by Google App Engine