From 2fda0bdc891027003f391389aa076dbd8fc2c825 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 28 Mar 2019 18:33:04 -0700 Subject: [PATCH] chore: enable_data_url_support does not exist anymore --- atom/browser/net/network_context_service.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/atom/browser/net/network_context_service.cc b/atom/browser/net/network_context_service.cc index d070828a1b..d4d4d80e15 100644 --- a/atom/browser/net/network_context_service.cc +++ b/atom/browser/net/network_context_service.cc @@ -80,9 +80,6 @@ NetworkContextService::CreateNetworkContextParams(bool in_memory, network_context_params->enable_ftp_url_support = true; #endif // !BUILDFLAG(DISABLE_FTP_SUPPORT) - // Needed for PAC scripts that use data URLs. - network_context_params->enable_data_url_support = true; - proxy_config_monitor_.AddToNetworkContextParams(network_context_params.get()); BrowserProcessImpl::ApplyProxyModeFromCommandLine(