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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java

Issue 2814593002: WebView: add {set,get}SafeBrowsingEnabled per WebView (Closed)
Patch Set: Add comment about getSafeBrowsingEnabled() Created 3 years, 8 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/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
index bd972fedbc43388b5e6f845152bbbfc693de5699..9fe2fff1461585afa6b34be7d91d200fd76ea8c5 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentsIoThreadClient.java
@@ -31,5 +31,8 @@ public abstract class AwContentsIoThreadClient {
public abstract boolean shouldAcceptThirdPartyCookies();
@CalledByNative
+ public abstract boolean getSafeBrowsingEnabled();
+
+ @CalledByNative
public abstract AwContentsBackgroundThreadClient getBackgroundThreadClient();
}

Powered by Google App Engine
This is Rietveld 408576698