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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2349603003: V4LDBM: Get response from GetHashManager, detect severest result (Closed)
Patch Set: git pull 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 627a095190a64fe6ef971ad053116e64bc52e87d..2c8872e4d71fb6b91b9c4e94d351fe73ed6618ab 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