| Index: chrome/browser/instant/instant_delegate.h
|
| diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h
|
| index 32d94e64494c957c9b6f9ed552536f0445f12f9a..a908981641ac8e4bae1b6b2db678a33cdec5732f 100644
|
| --- a/chrome/browser/instant/instant_delegate.h
|
| +++ b/chrome/browser/instant/instant_delegate.h
|
| @@ -26,7 +26,9 @@ 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.
|
| + // 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.
|
| virtual void HideInstant() = 0;
|
|
|
| // Invoked when the user does something that should result in the preview
|
|
|