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:
@@ -1272,7 +1272,7 @@ class RequestTestRunner : public base::RefCountedThreadSafe<RequestTestRunner> {
|
||||
// on stop redirects.
|
||||
settings_.response = CefResponse::Create();
|
||||
settings_.response->SetStatus(302);
|
||||
if (IsNetworkServiceEnabled()) {
|
||||
if (IsNetworkServiceEnabled() && is_browser_process_) {
|
||||
settings_.response->SetStatusText("Found");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user