Browser: Rename "on_want_cookies" to match local storage equivalent

This commit is contained in:
Rafał Babiarz 2022-05-04 21:51:15 +02:00 committed by Linus Groh
commit dc66d16dc2
Notes: sideshowbarker 2024-07-17 11:16:19 +09:00
3 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ public:
Function<String(const URL&, Web::Cookie::Source source)> on_get_cookie;
Function<void(const URL&, Web::Cookie::ParsedCookie const& cookie, Web::Cookie::Source source)> on_set_cookie;
Function<void()> on_dump_cookies;
Function<Vector<Web::Cookie::Cookie>()> on_want_cookies;
Function<Vector<Web::Cookie::Cookie>()> on_get_cookies_entries;
Function<OrderedHashMap<String, String>()> on_get_local_storage_entries;
enum class InspectorTarget {