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

Unified Diff: components/safe_browsing_db/v4_local_database_manager.cc

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: feature Created 3 years, 9 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 | « components/safe_browsing_db/v4_database.h ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 53c5d8c60614111295d1506ac520bb04a4b1e814..1916d0b830fcb2df32ad4cf2fb5f54d6954c0557 100644
--- a/components/safe_browsing_db/v4_local_database_manager.cc
+++ b/components/safe_browsing_db/v4_local_database_manager.cc
@@ -94,6 +94,7 @@ ThreatSeverity GetThreatSeverity(const ListIdentifier& list_id) {
return 1;
case API_ABUSE:
case CLIENT_INCIDENT:
+ case SUBRESOURCE_FILTER:
return 2;
default:
NOTREACHED() << "Unexpected ThreatType encountered: "
« no previous file with comments | « components/safe_browsing_db/v4_database.h ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698