| Index: components/safe_browsing_db/v4_get_hash_protocol_manager.h
|
| diff --git a/components/safe_browsing_db/v4_get_hash_protocol_manager.h b/components/safe_browsing_db/v4_get_hash_protocol_manager.h
|
| index 1a9ddd871a62b9d6fe27ac02b47cd8ee7549f4bc..673a6734e066fdbf6dd55cc2adcdcdedaf3e06c0 100644
|
| --- a/components/safe_browsing_db/v4_get_hash_protocol_manager.h
|
| +++ b/components/safe_browsing_db/v4_get_hash_protocol_manager.h
|
| @@ -110,7 +110,8 @@ class V4GetHashProtocolManager : public net::URLFetcherDelegate,
|
| TestGetHashErrorHandlingResponseCode);
|
| friend class V4GetHashProtocolManagerFactoryImpl;
|
|
|
| - GURL GetHashUrl(const std::string& request_base64) const;
|
| + GURL GetHashUrlAndUpdateHeaders(const std::string& request_base64,
|
| + net::HttpRequestHeaders* headers) const;
|
|
|
| // Fills a FindFullHashesRequest protocol buffer for a request.
|
| // Returns the serialized and base 64 encoded request as a string.
|
|
|