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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2450413002: Small: Implement CheckResourceUrl (Closed)
Patch Set: git rebase Created 4 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: components/safe_browsing_db/v4_protocol_manager_util.h
diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
index c9a8569ef6ddadfa99ecf9434b07689ffd91a698..2342606723a4b28295b415e442e6b1c795ca5f5e 100644
--- a/components/safe_browsing_db/v4_protocol_manager_util.h
+++ b/components/safe_browsing_db/v4_protocol_manager_util.h
@@ -131,6 +131,7 @@ std::ostream& operator<<(std::ostream& os, const ListIdentifier& id);
PlatformType GetCurrentPlatformType();
const ListIdentifier GetChromeUrlApiId();
+const ListIdentifier GetChromeUrlClientIncidentId();
const ListIdentifier GetUrlMalwareId();
const ListIdentifier GetUrlMalBinId();
const ListIdentifier GetUrlSocEngId();
« no previous file with comments | « components/safe_browsing_db/v4_local_database_manager.cc ('k') | components/safe_browsing_db/v4_protocol_manager_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698