| 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;
|
|
|