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

Unified Diff: android_webview/common/aw_switches.cc

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/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";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698