mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:57:36 +00:00
Browser: Remove single-process mode :^)
Browser now only supports multi-process mode (Web::OutOfProcessWebView). This is where we want to go, so let's just jump in the cold water. :^)
This commit is contained in:
parent
dfa9dcca98
commit
6b2aadce11
5 changed files with 34 additions and 196 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
namespace Browser {
|
||||
|
||||
extern bool g_single_process;
|
||||
extern String g_home_url;
|
||||
extern String g_search_engine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue