| 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 4970f07eb18518a8b1b4a7613ecd1a2ac7da2808..e16f92299749e77c1cb93fcd0ace4b613bcdee01 100644
|
| --- a/components/safe_browsing_db/v4_protocol_manager_util.h
|
| +++ b/components/safe_browsing_db/v4_protocol_manager_util.h
|
| @@ -20,6 +20,7 @@
|
|
|
| namespace net {
|
| class HttpRequestHeaders;
|
| +class IPAddress;
|
| } // namespace net
|
|
|
| namespace safe_browsing {
|
| @@ -136,6 +137,7 @@ struct ListIdentifier {
|
| std::ostream& operator<<(std::ostream& os, const ListIdentifier& id);
|
|
|
| PlatformType GetCurrentPlatformType();
|
| +const ListIdentifier GetAnyIpMalwareId();
|
| const ListIdentifier GetChromeUrlApiId();
|
| const ListIdentifier GetChromeUrlClientIncidentId();
|
| const ListIdentifier GetChromeUrlMalwareId();
|
| @@ -272,6 +274,9 @@ class V4ProtocolManagerUtil {
|
| static void SetClientInfoFromConfig(ClientInfo* client_info,
|
| const V4ProtocolConfig& config);
|
|
|
| + static bool GetIPV6AddressFromString(const std::string& ip_address,
|
| + net::IPAddress* address);
|
| +
|
| private:
|
| V4ProtocolManagerUtil(){};
|
| FRIEND_TEST_ALL_PREFIXES(V4ProtocolManagerUtilTest, TestBackOffLogic);
|
|
|