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

Unified Diff: net/cookies/cookie_monster.h

Issue 1615773005: Rename first-party-only cookies to same-site cookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a few. Created 4 years, 11 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: net/cookies/cookie_monster.h
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
index 320ee6671a1f25853a7058bb13ed2d0850647b53..2aa695ab08d774a6c374d8014618ea135627d863 100644
--- a/net/cookies/cookie_monster.h
+++ b/net/cookies/cookie_monster.h
@@ -417,7 +417,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
// New items MUST be added at the end of the list, just before
// COOKIE_TYPE_LAST_ENTRY;
enum CookieType {
- COOKIE_TYPE_FIRSTPARTYONLY = 0,
+ COOKIE_TYPE_SAMESITE = 0,
mmenke 2016/01/25 18:47:10 SAME_SITE
Mike West 2016/01/26 11:05:45 Done.
COOKIE_TYPE_HTTPONLY,
COOKIE_TYPE_SECURE,
COOKIE_TYPE_LAST_ENTRY

Powered by Google App Engine
This is Rietveld 408576698