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

Unified Diff: net/cookies/cookie_store_unittest.h

Issue 1783813002: SameSite: Strict/Lax behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@strict-lax
Patch Set: WIP. 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_store_unittest.h
diff --git a/net/cookies/cookie_store_unittest.h b/net/cookies/cookie_store_unittest.h
index b226d3191047ec9ac808f16ff8333690615f5928..977336f6b13301bbac23be4a59fb4c64c0bccb3f 100644
--- a/net/cookies/cookie_store_unittest.h
+++ b/net/cookies/cookie_store_unittest.h
@@ -388,7 +388,7 @@ TYPED_TEST_P(CookieStoreTest, SetCookieWithDetailsAsync) {
// make that difficult.
CookieOptions options;
options.set_include_httponly();
- options.set_include_same_site();
+ options.set_include_same_site(CookieSameSite::STRICT_MODE);
options.set_do_not_update_access_time();
CookieList cookies =

Powered by Google App Engine
This is Rietveld 408576698