| 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..775cc5ca945350dbdf00fbdfa11462ccb541d3a9 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 OnHeadersReceived(
|
| + const net::URLRequest* request,
|
| + const net::HttpResponseHeaders* response_headers) override;
|
|
|
| private:
|
| bool pending_association_;
|
|
|