Chromium Code Reviews| Index: android_webview/common/aw_switches.cc |
| diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc |
| index 2e98b9cdb02d43785cb4e3906363bc4d9d0fefbb..04dc0bab05255002ecdf75bd51faa7c1d9ce6717 100644 |
| --- a/android_webview/common/aw_switches.cc |
| +++ b/android_webview/common/aw_switches.cc |
| @@ -9,4 +9,8 @@ namespace switches { |
| const char kSyncOnDrawHardware[] = "sync-on-draw-hardware"; |
| const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer"; |
| +// used to enable safebrowsing functionality in webview |
| +const char kWebViewEnableSafeBrowsingSupport[] = |
| + "webview-enable-safebrowsing-support"; |
|
sgurun-gerrit only
2017/01/16 15:11:19
no need to add the switch to both java and native.
|
| + |
| } // namespace switches |