Index: net/cookies/canonical_cookie.h |
diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h |
index ff07ec61e37975bd1c360e161e85aa890c5ffb88..ba50dfcba6ee9f39e7965265ea335f90b48c4116 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 |