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

Unified Diff: net/cookies/cookie_monster.h

Issue 876973003: Implement the "first-party-only" cookie flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FirstPartyOnly. Created 5 years, 10 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 | « net/cookies/canonical_cookie_unittest.cc ('k') | net/cookies/cookie_monster.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_monster.h
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
index 75c63976b58d8e113821bf429a52af5b749a7b61..f0b3fd4a885881f450506a66178213c7463178dd 100644
--- a/net/cookies/cookie_monster.h
+++ b/net/cookies/cookie_monster.h
@@ -168,6 +168,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
const base::Time& expiration_time,
bool secure,
bool http_only,
+ bool first_party,
CookiePriority priority,
const SetCookiesCallback& callback);
@@ -421,6 +422,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
const base::Time& expiration_time,
bool secure,
bool http_only,
+ bool first_party,
CookiePriority priority);
CookieList GetAllCookies();
« no previous file with comments | « net/cookies/canonical_cookie_unittest.cc ('k') | net/cookies/cookie_monster.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698