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

Unified Diff: chrome/browser/instant/instant_controller_delegate.h

Issue 10732002: Upstream rewrite of Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First round of comments 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/instant/instant_controller_delegate.h
diff --git a/chrome/browser/instant/instant_controller_delegate.h b/chrome/browser/instant/instant_controller_delegate.h
index 306cd079e7ffd8be694bdd05156287e8580630dd..2553ba0f0ed994ca5b0a043b467b1efa40b3bd0a 100644
--- a/chrome/browser/instant/instant_controller_delegate.h
+++ b/chrome/browser/instant/instant_controller_delegate.h
@@ -22,7 +22,7 @@ class Rect;
class InstantControllerDelegate {
public:
// Show the preview.
- virtual void ShowInstant(TabContents* preview_contents) = 0;
+ virtual void ShowInstant() = 0;
// Hide any preview currently being shown.
virtual void HideInstant() = 0;

Powered by Google App Engine
This is Rietveld 408576698