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

Unified Diff: chrome/browser/safe_browsing/local_database_manager.cc

Issue 1134603004: Remove the finch gate from the UWS interstitial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/local_database_manager.cc
diff --git a/chrome/browser/safe_browsing/local_database_manager.cc b/chrome/browser/safe_browsing/local_database_manager.cc
index 7744379ffc6c9d0ac286667850c33295e877f6ff..a19eac908976091b86e2419a1b7b8ae61061d331 100644
--- a/chrome/browser/safe_browsing/local_database_manager.cc
+++ b/chrome/browser/safe_browsing/local_database_manager.cc
@@ -260,7 +260,7 @@ LocalSafeBrowsingDatabaseManager::LocalSafeBrowsingDatabaseManager(
enable_download_whitelist_(false),
enable_extension_blacklist_(false),
enable_ip_blacklist_(false),
- enable_unwanted_software_blacklist_(false),
+ enable_unwanted_software_blacklist_(true),
update_in_progress_(false),
database_update_in_progress_(false),
closing_database_(false),
@@ -293,10 +293,6 @@ LocalSafeBrowsingDatabaseManager::LocalSafeBrowsingDatabaseManager(
// The client-side IP blacklist feature is tightly integrated with client-side
// phishing protection for now.
enable_ip_blacklist_ = enable_csd_whitelist_;
-
- // The UwS blacklist feature is controlled by a flag for M40.
- enable_unwanted_software_blacklist_ =
- safe_browsing_util::GetUnwantedTrialGroup() > safe_browsing_util::UWS_OFF;
#endif
}
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698