| Index: net/proxy/proxy_service_mojo.h
|
| diff --git a/net/proxy/proxy_service_mojo.h b/net/proxy/proxy_service_mojo.h
|
| index bb7266985c78f8db2a1dbb62817c124573b4a77f..aa42e091053a2c570717117c299f12b396077b9c 100644
|
| --- a/net/proxy/proxy_service_mojo.h
|
| +++ b/net/proxy/proxy_service_mojo.h
|
| @@ -45,22 +45,6 @@ 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.
|
| -// ##########################################################################
|
| -ProxyService* CreateProxyServiceUsingMojoInProcess(
|
| - ProxyConfigService* proxy_config_service,
|
| - ProxyScriptFetcher* proxy_script_fetcher,
|
| - DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
|
| - HostResolver* host_resolver,
|
| - NetLog* net_log,
|
| - NetworkDelegate* network_delegate);
|
| -
|
| } // namespace net
|
|
|
| #endif // NET_PROXY_PROXY_SERVICE_MOJO_H_
|
|
|