| Index: chrome/browser/instant/instant_delegate.h
|
| diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h
|
| index 4aff38bc5126c70a8689ef35327d948f48ee9265..e2a867c21ba8f8227dfc5c92f1b34fbb9246306d 100644
|
| --- a/chrome/browser/instant/instant_delegate.h
|
| +++ b/chrome/browser/instant/instant_delegate.h
|
| @@ -22,9 +22,7 @@ class InstantDelegate {
|
| // Invoked when the instant TabContents should be shown.
|
| virtual void ShowInstant(TabContentsWrapper* preview_contents) = 0;
|
|
|
| - // Invoked when the instant TabContents should be hidden. Instant still may be
|
| - // active at the time this is invoked. Use |is_active()| to determine if
|
| - // instant is still active.
|
| + // Invoked when the instant TabContents should be hidden.
|
| virtual void HideInstant() = 0;
|
|
|
| // Invoked when the user does something that should result in the preview
|
|
|