diff options
Diffstat (limited to 'chrome/browser/instant/instant_delegate.h')
-rw-r--r-- | chrome/browser/instant/instant_delegate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h index 32d94e6..a908981 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 |