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

Unified Diff: android_webview/common/aw_switches.h

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.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index aac4a502e12cc24a3a595121da970731adc30962..8ccd320a8c02a9b4b4851742d35685751c3aa1c4 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -9,6 +9,7 @@ namespace switches {
extern const char kSyncOnDrawHardware[];
extern const char kWebViewSandboxedRenderer[];
+extern const char kWebViewEnableSafeBrowsingSupport[];
// Please note that if you are adding a flag that is intended for a renderer,
// you also need to add it into

Powered by Google App Engine
This is Rietveld 408576698