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

Unified Diff: chrome/browser/instant/instant_loader_manager_unittest.cc

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_delegate.h ('k') | chrome/test/data/instant/empty.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_loader_manager_unittest.cc
diff --git a/chrome/browser/instant/instant_loader_manager_unittest.cc b/chrome/browser/instant/instant_loader_manager_unittest.cc
index 4bfefdc1714886c9e15d9de1f776cc2da4b3b659..98af6da9fad044f6e7176ca7df29a8cc784694cb 100644
--- a/chrome/browser/instant/instant_loader_manager_unittest.cc
+++ b/chrome/browser/instant/instant_loader_manager_unittest.cc
@@ -30,9 +30,7 @@ class InstantLoaderDelegateImpl : public InstantLoaderDelegate {
virtual void CommitInstantLoader(InstantLoader* loader) {
}
- virtual void InstantLoaderDoesntSupportInstant(InstantLoader* loader,
- bool needs_reload,
- const GURL& url_to_load) {
+ virtual void InstantLoaderDoesntSupportInstant(InstantLoader* loader) {
}
virtual void AddToBlacklist(InstantLoader* loader, const GURL& url) {
« no previous file with comments | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/test/data/instant/empty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698