diff options
Diffstat (limited to 'Userland/Applications/Browser/Browser.h')
-rw-r--r-- | Userland/Applications/Browser/Browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Browser/Browser.h b/Userland/Applications/Browser/Browser.h index db773c58f2..fccb78d47b 100644 --- a/Userland/Applications/Browser/Browser.h +++ b/Userland/Applications/Browser/Browser.h @@ -14,6 +14,7 @@ namespace Browser { extern String g_home_url; extern String g_search_engine; extern Vector<String> g_content_filters; +extern bool g_content_filters_enabled; extern IconBag g_icon_bag; } |