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) |
@@ -27,6 +27,9 @@ |
virtual bool Load(const LoadedCallback& loaded_callback) OVERRIDE; |
+ virtual bool LoadCookiesForKey(const std::string& key, |
+ const LoadedCallback& callback) OVERRIDE; |
+ |
virtual void AddCookie( |
const net::CookieMonster::CanonicalCookie& cc) OVERRIDE; |