| 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 1fa89dc9f95c25586859763be19ae0c549e2b980..8a2a1d8231df19ec242f1e722008c3548dce3f43 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.h
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.h
|
| @@ -36,6 +36,8 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
|
| // Implementation of AwContentsIoThreadClient.
|
| virtual scoped_ptr<InterceptedRequestData> ShouldInterceptRequest(
|
| const net::URLRequest* request) OVERRIDE;
|
| + virtual bool ShouldBlockContentUrls() const OVERRIDE;
|
| + virtual bool ShouldBlockFileUrls() const OVERRIDE;
|
| virtual bool ShouldBlockNetworkLoads() const OVERRIDE;
|
|
|
| private:
|
|
|