Index: android_webview/browser/aw_contents_io_thread_client.h |
diff --git a/android_webview/browser/aw_contents_io_thread_client.h b/android_webview/browser/aw_contents_io_thread_client.h |
index cb8bc26d197e241d13a4cce8f0d95e5bd11608cb..2232b6d2de7efd583ad1e67a05b2069b7c8d1964 100644 |
--- a/android_webview/browser/aw_contents_io_thread_client.h |
+++ b/android_webview/browser/aw_contents_io_thread_client.h |
@@ -12,6 +12,7 @@ |
class GURL; |
namespace net { |
+class HttpResponseHeaders; |
class URLRequest; |
} |
@@ -102,6 +103,10 @@ class AwContentsIoThreadClient { |
virtual void NewLoginRequest(const std::string& realm, |
const std::string& account, |
const std::string& args) = 0; |
+ |
+ virtual void OnHeadersReceived( |
+ const net::URLRequest* request, |
+ const net::HttpResponseHeaders* response_headers) = 0; |
}; |
} // namespace android_webview |