mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
parent
e4244f7469
commit
87e00565f1
3 changed files with 12 additions and 6 deletions
|
@ -51,9 +51,9 @@ public:
|
|||
void broadcast_window_size(Gfx::IntSize);
|
||||
|
||||
private:
|
||||
BrowserWindow(WebView::CookieJar&, Vector<URL> const&);
|
||||
BrowserWindow(WebView::CookieJar&, Vector<URL> const&, StringView const);
|
||||
|
||||
void build_menus();
|
||||
void build_menus(StringView const);
|
||||
ErrorOr<void> load_search_engines(GUI::Menu& settings_menu);
|
||||
void set_window_title_for_tab(Tab const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue