| Index: net/cookies/canonical_cookie.h
|
| diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h
|
| index ff83b87fb0eae100ff6209a5126e8f3e79aa7cdc..0612991eddbb082a507e9e2ab2236fa598d4febe 100644
|
| --- a/net/cookies/canonical_cookie.h
|
| +++ b/net/cookies/canonical_cookie.h
|
| @@ -111,7 +111,7 @@ class NET_EXPORT CanonicalCookie {
|
| }
|
|
|
| bool IsOnPath(const std::string& url_path) const;
|
| - bool IsDomainMatch(const std::string& scheme, const std::string& host) const;
|
| + bool IsDomainMatch(const std::string& host) const;
|
|
|
| std::string DebugString() const;
|
|
|
|
|