Commit ddf813b4 authored by Jarryd Goodman's avatar Jarryd Goodman Committed by Commit Bot

CookieStore: Fix comment to match var name.

This change fixes the comment to reference the correct variable name.

Change-Id: I01d580306e1b10caf10e14f57c6efd927be53638
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948958
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721306}
parent 3f1a3b54
...@@ -1650,7 +1650,7 @@ TEST_P(CookieStoreManagerTest, GetSubscriptionsFromWrongOrigin) { ...@@ -1650,7 +1650,7 @@ TEST_P(CookieStoreManagerTest, GetSubscriptionsFromWrongOrigin) {
INSTANTIATE_TEST_SUITE_P(All, INSTANTIATE_TEST_SUITE_P(All,
CookieStoreManagerTest, CookieStoreManagerTest,
testing::Bool() /* reset_storage_during_test */); testing::Bool() /* reset_context_during_test */);
} // namespace } // namespace
......
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