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

Unified Diff: components/safe_browsing_db/v4_get_hash_protocol_manager.cc

Issue 2356443002: Set client_id and client_version in requests sent to SafeBrowsing (Closed)
Patch Set: 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_get_hash_protocol_manager.cc
diff --git a/components/safe_browsing_db/v4_get_hash_protocol_manager.cc b/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
index d9e487d881494e606d9f2fa6d6e647e59a14de95..456a206a2774257d684d6ae3e845536c4264ef23 100644
--- a/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
+++ b/components/safe_browsing_db/v4_get_hash_protocol_manager.cc
@@ -439,6 +439,8 @@ std::string V4GetHashProtocolManager::GetHashRequest(
info->add_threat_entries()->set_hash(prefix);
}
+ V4ProtocolManagerUtil::SetClientInfoFromConfig(req.mutable_client(), config_);
+
// Serialize and Base64 encode.
std::string req_data, req_base64;
req.SerializeToString(&req_data);

Powered by Google App Engine
This is Rietveld 408576698