| Index: chrome/browser/instant/instant_delegate.h
|
| ===================================================================
|
| --- chrome/browser/instant/instant_delegate.h (revision 69571)
|
| +++ chrome/browser/instant/instant_delegate.h (working copy)
|
| @@ -26,7 +26,9 @@
|
| // 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
|
|
|