Commit 862c9aa8 authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Remove superfluous cookies.clear() call in test.

Change-Id: I46134d1283708ae8dd79c28cc65d4a180e9baef2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884970Reviewed-by: default avatarMaksim Orlovich <morlovich@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710041}
parent 80d10624
......@@ -805,8 +805,6 @@ TEST_F(SQLitePersistentCookieStoreTest, SameSiteIsPersistent) {
ASSERT_EQ(1u, cookie_map.count(kStrictName));
EXPECT_EQ(CookieSameSite::STRICT_MODE, cookie_map[kStrictName]->SameSite());
cookies.clear();
}
TEST_F(SQLitePersistentCookieStoreTest, UpdateToEncryption) {
......
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