Chromium Code Reviews| Index: net/cookies/canonical_cookie.h |
| =================================================================== |
| --- net/cookies/canonical_cookie.h (revision 265252) |
| +++ net/cookies/canonical_cookie.h (working copy) |
| @@ -125,6 +125,9 @@ |
| std::string DebugString() const; |
| + // Returns a duplicate of this cookie. |
| + CanonicalCookie* Duplicate(); |
| + |
| // Returns the cookie source when cookies are set for |url|. This function |
| // is public for unit test purposes only. |
| static std::string GetCookieSourceFromURL(const GURL& url); |