Browser: Implement notify_request_open_new_tab

This commit is contained in:
Aliaksandr Kalenik 2023-03-15 15:48:16 +03:00 committed by Tim Flynn
commit 9d79a9b214
Notes: sideshowbarker 2024-07-17 03:00:02 +09:00
3 changed files with 9 additions and 2 deletions

View file

@ -28,7 +28,7 @@ public:
GUI::TabWidget& tab_widget();
Tab& active_tab();
void create_new_tab(URL, bool activate);
Tab& create_new_tab(URL, bool activate);
void create_new_window(URL);
GUI::Action& go_back_action() { return *m_go_back_action; }