Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1683)

Unified Diff: chrome/browser/net/sqlite_persistent_cookie_store.h

Issue 7864008: Split initial load of cookies by domains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698