| Index: net/proxy/proxy_service_mojo.h
|
| diff --git a/net/proxy/proxy_service_mojo.h b/net/proxy/proxy_service_mojo.h
|
| index 330846f120eabb43ebc3ce530364f4fb635729d4..403b9dee3dd4c13abdacde805cb20120bf64094d 100644
|
| --- a/net/proxy/proxy_service_mojo.h
|
| +++ b/net/proxy/proxy_service_mojo.h
|
| @@ -41,22 +41,6 @@ std::unique_ptr<ProxyService> CreateProxyServiceUsingMojoFactory(
|
| NetLog* net_log,
|
| NetworkDelegate* network_delegate);
|
|
|
| -// Creates a proxy service that connects to an in-process Mojo proxy resolver
|
| -// service. See above for information about other arguments.
|
| -//
|
| -// ##########################################################################
|
| -// # See the warnings in net/proxy/proxy_resolver_v8.h describing the
|
| -// # multi-threading model. In order for this to be safe to use, *ALL* the
|
| -// # other V8's running in the process must use v8::Locker.
|
| -// ##########################################################################
|
| -std::unique_ptr<ProxyService> CreateProxyServiceUsingMojoInProcess(
|
| - std::unique_ptr<ProxyConfigService> proxy_config_service,
|
| - ProxyScriptFetcher* proxy_script_fetcher,
|
| - std::unique_ptr<DhcpProxyScriptFetcher> dhcp_proxy_script_fetcher,
|
| - HostResolver* host_resolver,
|
| - NetLog* net_log,
|
| - NetworkDelegate* network_delegate);
|
| -
|
| } // namespace net
|
|
|
| #endif // NET_PROXY_PROXY_SERVICE_MOJO_H_
|
|
|