mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Enable NetworkService by default (see issue #2622).
The NetworkService can still be disabled for a limited time by specifying the `--disable-features=NetworkService` command-line flag.
This commit is contained in:
@@ -116,9 +116,6 @@ const char kEnablePreferenceTesting[] = "enable-preference-testing";
|
||||
// Enable date-based expiration of built in network security information.
|
||||
const char kEnableNetSecurityExpiration[] = "enable-net-security-expiration";
|
||||
|
||||
// Enable the NetworkService.
|
||||
const char kEnableNetworkService[] = "enable-network-service";
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
// Path to the framework directory.
|
||||
const char kFrameworkDirPath[] = "framework-dir-path";
|
||||
|
Reference in New Issue
Block a user