| Index: net/cookies/canonical_cookie.h
|
| diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h
|
| index 0612991eddbb082a507e9e2ab2236fa598d4febe..d7ac08af54211c1a87111d97f07bc050337cbdf0 100644
|
| --- a/net/cookies/canonical_cookie.h
|
| +++ b/net/cookies/canonical_cookie.h
|
| @@ -110,9 +110,13 @@ class NET_EXPORT CanonicalCookie {
|
| last_access_date_ = date;
|
| }
|
|
|
| + // TODO: Make private.
|
| bool IsOnPath(const std::string& url_path) const;
|
| bool IsDomainMatch(const std::string& host) const;
|
|
|
| + // TODO: Add comment.
|
| + bool IncludeForRequest(const GURL& url) const;
|
| +
|
| std::string DebugString() const;
|
|
|
| // Returns the cookie source when cookies are set for |url|. This function
|
|
|