| Index: net/cookies/canonical_cookie.cc
|
| diff --git a/net/cookies/canonical_cookie.cc b/net/cookies/canonical_cookie.cc
|
| index e894359a42b4d07eb7410c068a42f486338b427b..83e0e6023f753015bea039c253ddee8d88d5495e 100644
|
| --- a/net/cookies/canonical_cookie.cc
|
| +++ b/net/cookies/canonical_cookie.cc
|
| @@ -338,8 +338,7 @@ bool CanonicalCookie::IsOnPath(const std::string& url_path) const {
|
| return true;
|
| }
|
|
|
| -bool CanonicalCookie::IsDomainMatch(const std::string& scheme,
|
| - const std::string& host) const {
|
| +bool CanonicalCookie::IsDomainMatch(const std::string& host) const {
|
| // Can domain match in two ways; as a domain cookie (where the cookie
|
| // domain begins with ".") or as a host cookie (where it doesn't).
|
|
|
|
|