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

Unified Diff: android_webview/browser/net/aw_cookie_store_wrapper.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: android_webview/browser/net/aw_cookie_store_wrapper.cc
diff --git a/android_webview/browser/net/aw_cookie_store_wrapper.cc b/android_webview/browser/net/aw_cookie_store_wrapper.cc
index 16f55ddfbb4dd702cc2597e49c7f03b4a9aabe4e..f7264483abb15d0787bde3c8cfa4867810593bce 100644
--- a/android_webview/browser/net/aw_cookie_store_wrapper.cc
+++ b/android_webview/browser/net/aw_cookie_store_wrapper.cc
@@ -118,7 +118,7 @@ void SetCookieWithDetailsAsyncOnCookieThread(
base::Time last_access_time,
bool secure,
bool http_only,
- bool same_site,
+ net::CookieSameSite same_site,
bool enforce_strict_secure,
net::CookiePriority priority,
const net::CookieStore::SetCookiesCallback& callback) {
@@ -219,7 +219,7 @@ void AwCookieStoreWrapper::SetCookieWithDetailsAsync(
base::Time last_access_time,
bool secure,
bool http_only,
- bool same_site,
+ net::CookieSameSite same_site,
bool enforce_strict_secure,
net::CookiePriority priority,
const SetCookiesCallback& callback) {
« no previous file with comments | « android_webview/browser/net/aw_cookie_store_wrapper.h ('k') | chrome/browser/android/cookies/cookies_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698