Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2062)

Unified Diff: android_webview/native/aw_contents_io_thread_client_impl.h

Issue 11090003: [Android] Upstream WebView.allow{Content|File}Access implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comments in AwSettings.java Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698