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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2349603003: V4LDBM: Get response from GetHashManager, detect severest result (Closed)
Patch Set: Add test for GetSeverestThreatTypeAndMetadata Created 4 years, 3 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 47c7e672a029dda75bf95879ec4d02d6bfe54ea7..2d1b039a170f93ccb85c3ffaa73b2daf3e3952df 100644
--- a/components/safe_browsing_db/v4_protocol_manager_util.h
+++ b/components/safe_browsing_db/v4_protocol_manager_util.h
@@ -89,9 +89,9 @@ struct UpdateListIdentifier {
std::ostream& operator<<(std::ostream& os, const UpdateListIdentifier& id);
PlatformType GetCurrentPlatformType();
+const UpdateListIdentifier GetChromeUrlApiId();
const UpdateListIdentifier GetUrlMalwareId();
const UpdateListIdentifier GetUrlSocEngId();
-const UpdateListIdentifier GetChromeUrlApiId();
// Represents the state of each store.
typedef base::hash_map<UpdateListIdentifier, std::string> StoreStateMap;

Powered by Google App Engine
This is Rietveld 408576698