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

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

Issue 5771001: Fixes bug where we would show an instant preview when we thought the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_loader.cc ('k') | chrome/browser/instant/instant_loader_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_loader_delegate.h
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h
index 9628f5a9bf7307d559a6ccdf71bf3974b89d8aa1..bfe151838a40f11e21c8b771c4dd21e9e44679d5 100644
--- a/chrome/browser/instant/instant_loader_delegate.h
+++ b/chrome/browser/instant/instant_loader_delegate.h
@@ -36,12 +36,8 @@ class InstantLoaderDelegate {
virtual void CommitInstantLoader(InstantLoader* loader) = 0;
// Invoked if the loader was created with the intention that the site supports
- // instant, but it turned out the site doesn't support instant. If
- // |needs_reload| is true, |Update| was invoked on the loader with a url that
- // has changed since the initial url, and |url_to_load| is that url.
- virtual void InstantLoaderDoesntSupportInstant(InstantLoader* loader,
- bool needs_reload,
- const GURL& url_to_load) = 0;
+ // instant, but it turned out the site doesn't support instant.
+ virtual void InstantLoaderDoesntSupportInstant(InstantLoader* loader) = 0;
// Adds the specified url to the set of urls instant won't prefetch for.
virtual void AddToBlacklist(InstantLoader* loader, const GURL& url) = 0;
« no previous file with comments | « chrome/browser/instant/instant_loader.cc ('k') | chrome/browser/instant/instant_loader_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698