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

Unified Diff: chrome/browser/prerender/prerender_cookie_store.h

Issue 676073003: Add AddCallbackForCookie method to CookieStore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PrerenderCookieStore build Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_cookie_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_cookie_store.h
diff --git a/chrome/browser/prerender/prerender_cookie_store.h b/chrome/browser/prerender/prerender_cookie_store.h
index 81463dab3fb5bcf0f3381809d118b83e455528f5..f760cedd249f241cd3ea7e496abf395dce196188 100644
--- a/chrome/browser/prerender/prerender_cookie_store.h
+++ b/chrome/browser/prerender/prerender_cookie_store.h
@@ -84,6 +84,11 @@ class PrerenderCookieStore : public net::CookieStore {
net::CookieMonster* GetCookieMonster() override;
+ scoped_ptr<net::CookieStore::CookieChangedSubscription> AddCallbackForCookie(
+ const GURL& url,
+ const std::string& name,
+ const CookieChangedCallback& callback) override;
+
// Commits the changes made to the underlying cookie store, and switches
// into forwarding mode. To be called on the IO thread.
// |cookie_change_urls| will be populated with all URLs for which cookies
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_cookie_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698