chore: remove ScopedAllowBlockingForTesting (#26447)
This commit is contained in:
parent
1cda003e4d
commit
0448888fa5
1 changed files with 0 additions and 2 deletions
|
@ -108,8 +108,6 @@ ElectronBrowserContext::ElectronBrowserContext(const std::string& partition,
|
||||||
in_memory_(in_memory),
|
in_memory_(in_memory),
|
||||||
ssl_config_(network::mojom::SSLConfig::New()),
|
ssl_config_(network::mojom::SSLConfig::New()),
|
||||||
weak_factory_(this) {
|
weak_factory_(this) {
|
||||||
// TODO(nornagon): remove once https://crbug.com/1048822 is fixed.
|
|
||||||
base::ScopedAllowBlockingForTesting allow_blocking;
|
|
||||||
user_agent_ = ElectronBrowserClient::Get()->GetUserAgent();
|
user_agent_ = ElectronBrowserClient::Get()->GetUserAgent();
|
||||||
|
|
||||||
// Read options.
|
// Read options.
|
||||||
|
|
Loading…
Add table
Reference in a new issue