| 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);
|
|
|