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

Unified Diff: net/proxy/mojo_proxy_resolver_factory_impl.h

Issue 1145153004: Split ProxyResolverV8Tracing into an implementation and a wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/load_state_change_coalescer_unittest.cc ('k') | net/proxy/mojo_proxy_resolver_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/mojo_proxy_resolver_factory_impl.h
diff --git a/net/proxy/mojo_proxy_resolver_factory_impl.h b/net/proxy/mojo_proxy_resolver_factory_impl.h
index bf652b75f575703c04b3c8abc643bed7856a222e..f447759e14a34b7bafeeaf5629586bc7a8db7cda 100644
--- a/net/proxy/mojo_proxy_resolver_factory_impl.h
+++ b/net/proxy/mojo_proxy_resolver_factory_impl.h
@@ -21,8 +21,7 @@ class MojoProxyResolverFactoryImpl : public interfaces::ProxyResolverFactory {
public:
using Factory = base::Callback<scoped_ptr<net::ProxyResolverFactory>(
HostResolver*,
- scoped_ptr<ProxyResolverErrorObserver>,
- const ProxyResolver::LoadStateChangedCallback&)>;
+ scoped_ptr<ProxyResolverErrorObserver>)>;
explicit MojoProxyResolverFactoryImpl(
mojo::InterfaceRequest<interfaces::ProxyResolverFactory> request);
« no previous file with comments | « net/proxy/load_state_change_coalescer_unittest.cc ('k') | net/proxy/mojo_proxy_resolver_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698