Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: chrome/browser/instant/instant_delegate.h

Issue 5701008: Fixes bug in instant that resulted in flickery fade. The problem would (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Adds content to 403.html as bots seem to have problem with empty file Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/instant/instant_controller.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/instant/instant_controller.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698