1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

Browser: Propagate autoplay settings to the WebContent process

This commit is contained in:
Timothy Flynn 2023-04-17 13:37:36 -04:00 committed by Andreas Kling
parent 65283d6879
commit fed2606591
6 changed files with 62 additions and 1 deletions

View file

@ -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&);