diff options
author | jgreenwald@chromium.org <jgreenwald@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 21:43:56 +0000 |
---|---|---|
committer | jgreenwald@chromium.org <jgreenwald@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 21:43:56 +0000 |
commit | ec3884679ed46fe11a4d2a1b3e7e056a5c94200f (patch) | |
tree | faa9735b773ba1ee3845dfeff307e568969fed3a /net/cookies/canonical_cookie.h | |
parent | d5e0855885214a92671a6496581617cc627c63b6 (diff) | |
download | chromium_src-ec3884679ed46fe11a4d2a1b3e7e056a5c94200f.zip chromium_src-ec3884679ed46fe11a4d2a1b3e7e056a5c94200f.tar.gz chromium_src-ec3884679ed46fe11a4d2a1b3e7e056a5c94200f.tar.bz2 |
Remove ENABLE_PERSISTENT_SESSION_COOKIES
This isn't needed anymore now that CookieMonster::SetPersistSessionCookies
exists.
BUG=115372
Review URL: https://chromiumcodereview.appspot.com/10831117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/cookies/canonical_cookie.h')
-rw-r--r-- | net/cookies/canonical_cookie.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h index ff07ec6..ba50dfc 100644 --- a/net/cookies/canonical_cookie.h +++ b/net/cookies/canonical_cookie.h @@ -121,9 +121,6 @@ class NET_EXPORT CanonicalCookie { const base::Time& server_time); 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 |