Index: android_webview/native/aw_contents_io_thread_client_impl.h |
diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/native/aw_contents_io_thread_client_impl.h |
index 41c7b8aa17a5b8f7572302e2e2a90f5f7bf7b1a8..97ba3146091604596ff47d6a80fdd61ac7726384 100644 |
--- a/android_webview/native/aw_contents_io_thread_client_impl.h |
+++ b/android_webview/native/aw_contents_io_thread_client_impl.h |
@@ -48,7 +48,6 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient { |
bool PendingAssociation() const override; |
CacheMode GetCacheMode() const override; |
scoped_ptr<AwWebResourceResponse> ShouldInterceptRequest( |
- const GURL& location, |
const net::URLRequest* request) override; |
bool ShouldBlockContentUrls() const override; |
bool ShouldBlockFileUrls() const override; |
@@ -62,6 +61,7 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient { |
void NewLoginRequest(const std::string& realm, |
const std::string& account, |
const std::string& args) override; |
+ void OnReceivedError(const net::URLRequest* request) override; |
void OnReceivedHttpError( |
const net::URLRequest* request, |
const net::HttpResponseHeaders* response_headers) override; |