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

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

Issue 2635693002: [WebView] initial webview-side implementation of safebrowsing (Closed)
Patch Set: rename lock, add crbug comment Created 3 years, 11 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/AwSwitches.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwSwitches.java b/android_webview/java/src/org/chromium/android_webview/AwSwitches.java
index 7891144ac561317e0c7e4ba626a6455e61d70ff1..56983e203014c66e802f5194cbe6cc2b423d6f9a 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwSwitches.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwSwitches.java
@@ -13,5 +13,10 @@ public abstract class AwSwitches {
// Native switch kWebViewSandboxedRenderer.
public static final String WEBVIEW_SANDBOXED_RENDERER = "webview-sandboxed-renderer";
+ // Enables safebrowsing functionality in webview.
+ // Native switch kWebViewEnableSafeBrowsingSupport.
+ public static final String WEBVIEW_ENABLE_SAFEBROWSING_SUPPORT =
+ "webview-enable-safebrowsing-support";
+
private AwSwitches() {}
}

Powered by Google App Engine
This is Rietveld 408576698