Index: net/extras/sqlite/sqlite_persistent_cookie_store.h |
diff --git a/net/extras/sqlite/sqlite_persistent_cookie_store.h b/net/extras/sqlite/sqlite_persistent_cookie_store.h |
index e29471ae0a23c7add115b6c4cfdca0e3cee48006..8d0d9b3f7df96f02d5002a11d0f6866c45efa3a0 100644 |
--- a/net/extras/sqlite/sqlite_persistent_cookie_store.h |
+++ b/net/extras/sqlite/sqlite_persistent_cookie_store.h |
@@ -48,6 +48,10 @@ class SQLitePersistentCookieStore |
// Deletes the cookies whose origins match those given in |cookies|. |
void DeleteAllInList(const std::list<CookieOrigin>& cookies); |
+ // Closes the database backend and fires |callback| on the worker |
+ // thread. |
+ void Close(const base::Closure& callback); |
jam
2015/07/13 15:48:33
please add an owner from net/extras/sqlite/OWNERS
|
+ |
// CookieMonster::PersistentCookieStore: |
void Load(const LoadedCallback& loaded_callback) override; |
void LoadCookiesForKey(const std::string& key, |