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

Unified Diff: content/browser/net/quota_policy_cookie_store_unittest.cc

Issue 2633663003: Implements strict secure cookies as the default behavior in //net (Closed)
Patch Set: Rebase on ToT Created 3 years, 11 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: content/browser/net/quota_policy_cookie_store_unittest.cc
diff --git a/content/browser/net/quota_policy_cookie_store_unittest.cc b/content/browser/net/quota_policy_cookie_store_unittest.cc
index 707f85606eecde942c356c13331a7ce43b276b2f..7215351dcb01bae69c80e507d943321c5439e16a 100644
--- a/content/browser/net/quota_policy_cookie_store_unittest.cc
+++ b/content/browser/net/quota_policy_cookie_store_unittest.cc
@@ -99,8 +99,7 @@ class QuotaPolicyCookieStoreTest : public testing::Test {
const base::Time& creation) {
store_->AddCookie(*net::CanonicalCookie::Create(
url, name, value, domain, path, creation, creation, false, false,
- net::CookieSameSite::DEFAULT_MODE, false,
- net::COOKIE_PRIORITY_DEFAULT));
+ net::CookieSameSite::DEFAULT_MODE, net::COOKIE_PRIORITY_DEFAULT));
}
void DestroyStore() {
« no previous file with comments | « content/browser/frame_host/render_frame_message_filter.cc ('k') | content/shell/browser/shell_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698