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

Unified Diff: chrome/chrome_browser.gypi

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: 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 13e43ad9e928c990892e935a9cfa7042f7dc6bb9..fc48cd60a2238a487b12649b709e838e598ac6f0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2552,6 +2552,10 @@
'browser/safe_browsing/sandboxed_zip_analyzer.h',
'browser/safe_browsing/two_phase_uploader.cc',
'browser/safe_browsing/two_phase_uploader.h',
+ 'browser/safe_browsing/unverified_download_field_trial.cc',
+ 'browser/safe_browsing/unverified_download_field_trial.h',
+ 'browser/safe_browsing/unverified_download_policy.cc',
+ 'browser/safe_browsing/unverified_download_policy.h',
],
'chrome_browser_search_engines_sources': [
'browser/search_engines/chrome_template_url_service_client.cc',

Powered by Google App Engine
This is Rietveld 408576698