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 320d35b8981e53afb9e0428f424076034d2f9be6..41c7b8aa17a5b8f7572302e2e2a90f5f7bf7b1a8 100644 |
--- a/android_webview/native/aw_contents_io_thread_client_impl.h |
+++ b/android_webview/native/aw_contents_io_thread_client_impl.h |
@@ -62,6 +62,9 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient { |
void NewLoginRequest(const std::string& realm, |
const std::string& account, |
const std::string& args) override; |
+ void OnReceivedHttpError( |
+ const net::URLRequest* request, |
+ const net::HttpResponseHeaders* response_headers) override; |
private: |
bool pending_association_; |