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

Unified Diff: net/cookies/canonical_cookie.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 | « chrome/browser/prerender/prerender_cookie_store.cc ('k') | net/cookies/canonical_cookie.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/canonical_cookie.h
diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h
index a55674052422314f3fa9e8d84491bde7fb0ab662..19ed388368fb9aded600bceb3ce9df5e9c974641 100644
--- a/net/cookies/canonical_cookie.h
+++ b/net/cookies/canonical_cookie.h
@@ -126,7 +126,7 @@ class NET_EXPORT CanonicalCookie {
std::string DebugString() const;
// Returns a duplicate of this cookie.
- CanonicalCookie* Duplicate();
+ CanonicalCookie* Duplicate() const;
// Returns the cookie source when cookies are set for |url|. This function
// is public for unit test purposes only.
« no previous file with comments | « chrome/browser/prerender/prerender_cookie_store.cc ('k') | net/cookies/canonical_cookie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698