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 2e2ee353a7..a7bd6f33dc 100644 --- a/Userland/Applications/Browser/Tab.h +++ b/Userland/Applications/Browser/Tab.h @@ -51,6 +51,7 @@ public: void did_become_active(); void context_menu_requested(Gfx::IntPoint const& screen_position); void content_filters_changed(); + void proxy_mappings_changed(); void action_entered(GUI::Action&); void action_left(GUI::Action&); |