diff options
Diffstat (limited to 'Userland/Applications/Browser/Tab.h')
-rw-r--r-- | Userland/Applications/Browser/Tab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Browser/Tab.h b/Userland/Applications/Browser/Tab.h index ac5db49646..2d99798caa 100644 --- a/Userland/Applications/Browser/Tab.h +++ b/Userland/Applications/Browser/Tab.h @@ -52,6 +52,7 @@ public: void did_become_active(); void context_menu_requested(Gfx::IntPoint screen_position); void content_filters_changed(); + void autoplay_allowlist_changed(); void proxy_mappings_changed(); void action_entered(GUI::Action&); |