1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00

Browser: Avoid ninja-import of global variable

This commit is contained in:
Ben Wiederhake 2020-08-10 22:46:23 +02:00 committed by Andreas Kling
parent 7893871d5a
commit 84e112be6b
4 changed files with 39 additions and 3 deletions

View file

@ -25,6 +25,7 @@
*/
#include "BookmarksBarWidget.h"
#include "Browser.h"
#include "InspectorWidget.h"
#include "Tab.h"
#include "WindowActions.h"
@ -46,7 +47,6 @@
namespace Browser {
String g_home_url;
URL url_from_user_input(const String& input);
bool g_multi_process = false;
static String bookmarks_file_path()