Index: chrome/browser/instant/instant_loader.cc |
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc |
index 02ab3af7a150838435d01b3b9d726e7842d6dd4e..d8a15d6bcc53001447c3fdff030ebafb83cb9619 100644 |
--- a/chrome/browser/instant/instant_loader.cc |
+++ b/chrome/browser/instant/instant_loader.cc |
@@ -261,7 +261,8 @@ class InstantLoader::TabContentsDelegateImpl |
bool is_main_frame, |
const GURL& validated_url, |
int error_code, |
- const string16& error_description) OVERRIDE; |
+ const string16& error_description, |
+ content::RenderViewHost* render_view_host) OVERRIDE; |
private: |
typedef std::vector<scoped_refptr<history::HistoryAddPageArgs> > |
@@ -571,7 +572,8 @@ void InstantLoader::TabContentsDelegateImpl::DidFailProvisionalLoad( |
bool is_main_frame, |
const GURL& validated_url, |
int error_code, |
- const string16& error_description) { |
+ const string16& error_description, |
+ content::RenderViewHost* render_view_host) { |
if (validated_url == loader_->url_) { |
// This typically happens with downloads (which are disabled with |
// instant active). To ensure the download happens when the user presses |