| Index: net/base/registry_controlled_domains/registry_controlled_domain.h
|
| diff --git a/net/base/registry_controlled_domains/registry_controlled_domain.h b/net/base/registry_controlled_domains/registry_controlled_domain.h
|
| index 639f264047b0255617577fef7f6d6929027bc286..03171a39952c62a1a9959c8c846210136e1a36b7 100644
|
| --- a/net/base/registry_controlled_domains/registry_controlled_domain.h
|
| +++ b/net/base/registry_controlled_domains/registry_controlled_domain.h
|
| @@ -188,7 +188,8 @@ NET_EXPORT std::string GetDomainAndRegistry(const std::string& host,
|
| // * They don't have known domains/registries, but the hosts are identical.
|
| // Effectively, callers can use this function to check whether the input URLs
|
| // represent hosts "on the same site".
|
| -NET_EXPORT bool SameDomainOrHost(const GURL& gurl1, const GURL& gurl2,
|
| +NET_EXPORT bool SameDomainOrHost(const GURL& gurl1,
|
| + const GURL& gurl2,
|
| PrivateRegistryFilter filter);
|
|
|
| // Finds the length in bytes of the registrar portion of the host in the
|
| @@ -224,7 +225,7 @@ NET_EXPORT size_t GetRegistryLength(const std::string& host,
|
| UnknownRegistryFilter unknown_filter,
|
| PrivateRegistryFilter private_filter);
|
|
|
| -typedef const struct DomainRule* (*FindDomainPtr)(const char *, unsigned int);
|
| +typedef const struct DomainRule* (*FindDomainPtr)(const char*, unsigned int);
|
|
|
| // Used for unit tests. Use default domains.
|
| NET_EXPORT_PRIVATE void SetFindDomainGraph();
|
|
|