Index: chrome/browser/net/sqlite_persistent_cookie_store.h |
=================================================================== |
--- chrome/browser/net/sqlite_persistent_cookie_store.h (revision 100935) |
+++ chrome/browser/net/sqlite_persistent_cookie_store.h (working copy) |
@@ -25,8 +25,11 @@ |
explicit SQLitePersistentCookieStore(const FilePath& path); |
virtual ~SQLitePersistentCookieStore(); |
- virtual bool Load(const LoadedCallback& loaded_callback) OVERRIDE; |
+ virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE; |
+ virtual void LoadCookiesForKey(const std::string& key, |
+ const LoadedCallback& callback) OVERRIDE; |
+ |
virtual void AddCookie( |
const net::CookieMonster::CanonicalCookie& cc) OVERRIDE; |