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

Unified Diff: net/cookies/cookie_options.cc

Issue 1615773005: Rename first-party-only cookies to same-site cookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests. 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
« no previous file with comments | « net/cookies/cookie_options.h ('k') | net/cookies/parsed_cookie.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_options.cc
diff --git a/net/cookies/cookie_options.cc b/net/cookies/cookie_options.cc
index d29d51186f1c9ce5c226a2826e4d9580baf9b5de..b377c81ad8e3b0b22ff137c6e9c85d41ea581668 100644
--- a/net/cookies/cookie_options.cc
+++ b/net/cookies/cookie_options.cc
@@ -10,7 +10,7 @@ namespace net {
CookieOptions::CookieOptions()
: exclude_httponly_(true),
- include_first_party_only_cookies_(false),
+ include_same_site_(false),
enforce_strict_secure_(false),
server_time_() {}
« no previous file with comments | « net/cookies/cookie_options.h ('k') | net/cookies/parsed_cookie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698