Commit 0e649957 authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Clarify that a cookie is persistent.

Change-Id: I95e0dc61710f1512a79b9329e8228e04c2899644
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881508Reviewed-by: default avatarLily Chen <chlily@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709652}
parent 8a95debc
......@@ -761,7 +761,7 @@ TEST_F(SQLitePersistentCookieStoreTest, SameSiteIsPersistent) {
InitializeStore(false, true);
// Add a non-samesite cookie.
// Add a non-samesite persistent cookie.
store_->AddCookie(CanonicalCookie(
kNoneName, kCookieValue, kDomain, kCookiePath,
base::Time::Now() - base::TimeDelta::FromMinutes(1),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment