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

Unified Diff: chrome/browser/chromeos/login/profile_auth_data.cc

Issue 1773133002: SameSite: Implement 'Strict'/'Lax' attribute parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mmenke@ 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: chrome/browser/chromeos/login/profile_auth_data.cc
diff --git a/chrome/browser/chromeos/login/profile_auth_data.cc b/chrome/browser/chromeos/login/profile_auth_data.cc
index 482988ab1900f32edb314560e72e1458d6bcac20..c66f2e8ab7d5f728346988cccba13935352e0b0b 100644
--- a/chrome/browser/chromeos/login/profile_auth_data.cc
+++ b/chrome/browser/chromeos/login/profile_auth_data.cc
@@ -50,7 +50,7 @@ void ImportCookies(const net::CookieList& cookies,
cookie_store->SetCookieWithDetailsAsync(
cookie.Source(), cookie.Name(), cookie.Value(), domain, cookie.Path(),
cookie.CreationDate(), cookie.ExpiryDate(), cookie.LastAccessDate(),
- cookie.IsSecure(), cookie.IsHttpOnly(), cookie.IsSameSite(),
+ cookie.IsSecure(), cookie.IsHttpOnly(), cookie.SameSite(),
// enforce_strict_secure should have been applied on the original
// cookie, prior to import.
false, cookie.Priority(), net::CookieStore::SetCookiesCallback());
« no previous file with comments | « chrome/browser/browsing_data/cookies_tree_model.cc ('k') | chrome/browser/chromeos/login/profile_auth_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698