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

Unified Diff: chrome/common/chrome_switches.h

Issue 1409003002: [SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant field trial group Created 5 years, 2 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 781309345907a53ff42fc86c4c14f8ed813cdba0..747e7849afc19da337f5a76c6ec450a5f12dd8e4 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -403,6 +403,11 @@ extern const char kDisablePluginPowerSaver[];
extern const char kEnablePluginPowerSaver[];
#endif
+#if defined(FULL_SAFE_BROWSING)
+extern const char kAllowUncheckedDangerousDownloads[];
+extern const char kDisallowUncheckedDangerousDownloads[];
+#endif
+
#if defined(ENABLE_TASK_MANAGER)
extern const char kDisableNewTaskManager[];
#endif // defined(ENABLE_TASK_MANAGER)

Powered by Google App Engine
This is Rietveld 408576698