| 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 c783b2b1330231940a0ddd5eace921ab7a447363..27ce4e51b3a2374210971140556912e4bb0d81a1 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.h
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.h
|
| @@ -15,6 +15,7 @@
|
| class GURL;
|
|
|
| namespace content {
|
| +class ResourceRequestInfo;
|
| class WebContents;
|
| }
|
|
|
| @@ -24,7 +25,7 @@ class URLRequest;
|
|
|
| namespace android_webview {
|
|
|
| -class InterceptedRequestData;
|
| +class AwWebResourceResponse;
|
|
|
| class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
|
| public:
|
| @@ -46,7 +47,7 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
|
| // Implementation of AwContentsIoThreadClient.
|
| virtual bool PendingAssociation() const OVERRIDE;
|
| virtual CacheMode GetCacheMode() const OVERRIDE;
|
| - virtual scoped_ptr<InterceptedRequestData> ShouldInterceptRequest(
|
| + virtual scoped_ptr<AwWebResourceResponse> ShouldInterceptRequest(
|
| const GURL& location,
|
| const net::URLRequest* request) OVERRIDE;
|
| virtual bool ShouldBlockContentUrls() const OVERRIDE;
|
|
|