| 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() {}
|
| }
|
|
|