| 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..627a095190a64fe6ef971ad053116e64bc52e87d 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -219,6 +219,9 @@ class V4ProtocolManagerUtil {
|
| static bool FullHashMatchesHashPrefix(const FullHash& full_hash,
|
| const HashPrefix& hash_prefix);
|
|
|
| + static void SetClientInfoFromConfig(ClientInfo* client_info,
|
| + const V4ProtocolConfig& config);
|
| +
|
| private:
|
| V4ProtocolManagerUtil(){};
|
| FRIEND_TEST_ALL_PREFIXES(V4ProtocolManagerUtilTest, TestBackOffLogic);
|
|
|