diff options
Diffstat (limited to 'net/base/cookie_monster.h')
-rw-r--r-- | net/base/cookie_monster.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h index c3943ac..edc40a9 100644 --- a/net/base/cookie_monster.h +++ b/net/base/cookie_monster.h @@ -629,6 +629,9 @@ class NET_API CookieMonster::CanonicalCookie { static std::string GetCookieSourceFromURL(const GURL& url); private: + // Gives the session cookie an expiration time if needed + void SetSessionCookieExpiryTime(); + // The source member of a canonical cookie is the origin of the URL that tried // to set this cookie, minus the port number if any. This field is not // persistent though; its only used in the in-tab cookies dialog to show the |