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

Unified Diff: net/proxy/proxy_service_mojo.h

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
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_

Powered by Google App Engine
This is Rietveld 408576698