| Index: chrome/common/net/cookie_monster_sqlite.h
|
| ===================================================================
|
| --- chrome/common/net/cookie_monster_sqlite.h (revision 23545)
|
| +++ chrome/common/net/cookie_monster_sqlite.h (working copy)
|
| @@ -25,7 +25,8 @@
|
| MessageLoop* background_loop);
|
| ~SQLitePersistentCookieStore();
|
|
|
| - virtual bool Load(std::vector<net::CookieMonster::KeyedCanonicalCookie>*);
|
| + virtual bool Load(std::vector<net::CookieMonster::KeyedCanonicalCookie>*,
|
| + base::Time*);
|
|
|
| virtual void AddCookie(const std::string&,
|
| const net::CookieMonster::CanonicalCookie&);
|
|
|