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

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

Issue 876973003: Implement the "first-party-only" cookie flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tiny bug. Created 5 years, 10 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_unittest.cc
diff --git a/chrome/browser/chromeos/login/profile_auth_data_unittest.cc b/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
index 6d7d88a29df6f0be3b50b4424f15a43dd76924e9..d7693df6cfe6a4e55df0b982727836848d96b26f 100644
--- a/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
+++ b/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
@@ -233,6 +233,7 @@ void ProfileAuthDataTest::PopulateBrowserContext(
base::Time(),
true,
false,
+ false,
net::COOKIE_PRIORITY_DEFAULT));
cookie_list.push_back(net::CanonicalCookie(GURL(kSAMLIdPCookieURL),
kCookieName,
@@ -244,6 +245,7 @@ void ProfileAuthDataTest::PopulateBrowserContext(
base::Time(),
true,
false,
+ false,
net::COOKIE_PRIORITY_DEFAULT));
cookies->ImportCookies(cookie_list);

Powered by Google App Engine
This is Rietveld 408576698