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

Unified Diff: components/safe_browsing_db/v4_local_database_manager.cc

Issue 1988433002: Replace ThreatEntryType::URL_EXPRESSION with ThreatEntryType::URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: components/safe_browsing_db/v4_local_database_manager.cc
diff --git a/components/safe_browsing_db/v4_local_database_manager.cc b/components/safe_browsing_db/v4_local_database_manager.cc
index 1f3907215fbeb101fe45bda4bfb95648a4c537aa..ab1a1c5d0f736c5c8318839e356f8cf0211d3f50 100644
--- a/components/safe_browsing_db/v4_local_database_manager.cc
+++ b/components/safe_browsing_db/v4_local_database_manager.cc
@@ -146,7 +146,7 @@ void V4LocalDatabaseManager::StartOnIOThread(
#else
update_list_identifier.platform_type = OSX_PLATFORM;
#endif
- update_list_identifier.threat_entry_type = URL_EXPRESSION;
+ update_list_identifier.threat_entry_type = URL;
update_list_identifier.threat_type = MALWARE_THREAT;
current_list_states_[update_list_identifier] = "";
#endif

Powered by Google App Engine
This is Rietveld 408576698