Skip to content

Commit bf3de1f

Browse files
author
John Kleinschmidt
committed
Rename net::cookie_util::StripStatuses to StripAccessResults
https://chromium-review.googlesource.com/c/chromium/src/+/2212697
1 parent 27b8175 commit bf3de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/browser/api/electron_api_cookies.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void FilterCookieWithStatuses(const base::Value& filter,
157157
const net::CookieStatusList& list,
158158
const net::CookieStatusList& excluded_list) {
159159
FilterCookies(filter, std::move(promise),
160-
net::cookie_util::StripStatuses(list));
160+
net::cookie_util::StripAccessResults(list));
161161
}
162162

163163
// Parse dictionary property to CanonicalCookie time correctly.

0 commit comments

Comments
 (0)