Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: net/proxy/proxy_service_mojo.h

Issue 2625853002: Remove --v8-pac-mojo-in-process (Closed)
Patch Set: test Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/proxy/in_process_mojo_proxy_resolver_factory.cc ('k') | net/proxy/proxy_service_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/proxy/in_process_mojo_proxy_resolver_factory.cc ('k') | net/proxy/proxy_service_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698