Index: net/cookies/canonical_cookie.h |
diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h |
index 1b1ca7713b599bae91b12b914ed2eafb1998b853..ba50dfcba6ee9f39e7965265ea335f90b48c4116 100644 |
--- a/net/cookies/canonical_cookie.h |
+++ b/net/cookies/canonical_cookie.h |
@@ -117,7 +117,8 @@ class NET_EXPORT CanonicalCookie { |
static std::string GetCookieSourceFromURL(const GURL& url); |
static std::string CanonPath(const GURL& url, const ParsedCookie& pc); |
static base::Time CanonExpiration(const ParsedCookie& pc, |
- const base::Time& current); |
+ const base::Time& current, |
+ const base::Time& server_time); |
private: |
// The source member of a canonical cookie is the origin of the URL that tried |