mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
ProxyResolverV8::EnsureIsolateCreated is removed
This commit is contained in:
@@ -90,8 +90,6 @@ void BrowserMainParts::PreEarlyInitialization() {
|
||||
#if defined(OS_LINUX)
|
||||
OverrideLinuxAppDataPath();
|
||||
#endif
|
||||
|
||||
InitProxyResolverV8();
|
||||
}
|
||||
|
||||
void BrowserMainParts::ToolkitInitialized() {
|
||||
@@ -148,8 +146,4 @@ BrowserContext* BrowserMainParts::CreateBrowserContext() {
|
||||
return new BrowserContext;
|
||||
}
|
||||
|
||||
void BrowserMainParts::InitProxyResolverV8() {
|
||||
net::ProxyResolverV8::EnsureIsolateCreated();
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
||||
@@ -50,9 +50,6 @@ class BrowserMainParts : public content::BrowserMainParts {
|
||||
// implementation. The caller takes ownership of the returned object.
|
||||
virtual BrowserContext* CreateBrowserContext();
|
||||
|
||||
// Override this to change how ProxyResolverV8 is initialized.
|
||||
virtual void InitProxyResolverV8();
|
||||
|
||||
private:
|
||||
#if defined(OS_MACOSX)
|
||||
void IncreaseFileDescriptorLimit();
|
||||
|
||||
Reference in New Issue
Block a user