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

Unified Diff: net/cookies/cookie_options.cc

Issue 1783813002: SameSite: Strict/Lax behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@strict-lax
Patch Set: Moar. Created 4 years, 9 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_options.cc
diff --git a/net/cookies/cookie_options.cc b/net/cookies/cookie_options.cc
index 103b768068e84e746e126acbca9ff50c4df33e7c..4c834c43280c94f162a55b8ed6210f356a4e1b82 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_same_site_(false),
+ same_site_mode_(SameSiteMode::DO_NOT_INCLUDE),
enforce_strict_secure_(false),
update_access_time_(true),
server_time_() {}

Powered by Google App Engine
This is Rietveld 408576698