| Index: net/base/cookie_store.h
|
| ===================================================================
|
| --- net/base/cookie_store.h (revision 85309)
|
| +++ net/base/cookie_store.h (working copy)
|
| @@ -37,12 +37,12 @@
|
| std::string name;
|
| // TODO(abarth): Add value if any clients need it.
|
|
|
| + // The time at which the cookie was created.
|
| + base::Time creation_date;
|
| +
|
| // The value of the MAC-Key and MAC-Algorithm attributes, if present.
|
| std::string mac_key;
|
| std::string mac_algorithm;
|
| -
|
| - // The URL from which we received the cookie.
|
| - std::string source;
|
| };
|
|
|
| // Sets a single cookie. Expects a cookie line, like "a=1; domain=b.com".
|
|
|