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

Unified Diff: chrome/browser/ui/browser_instant_controller.h

Issue 10732002: Upstream rewrite of Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge test Created 8 years, 5 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/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 6aa23ab87c5c02bd3159803724ba7d6097d5de01..e466150b8c8182d0e8b858bf1b92cd259b5bda17 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -36,7 +36,7 @@ class BrowserInstantController : public InstantControllerDelegate,
private:
// Overridden from InstantControllerDelegate:
- virtual void ShowInstant(TabContents* preview_contents) OVERRIDE;
+ virtual void ShowInstant() OVERRIDE;
virtual void HideInstant() OVERRIDE;
virtual void CommitInstant(TabContents* preview_contents) OVERRIDE;
virtual void SetSuggestedText(const string16& text,

Powered by Google App Engine
This is Rietveld 408576698