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

Unified Diff: net/proxy/proxy_resolver.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, 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_resolver.h
diff --git a/net/proxy/proxy_resolver.h b/net/proxy/proxy_resolver.h
index 11df64fcc6a1e565de86d3c2e0b1cb262368c529..b303e2b1491556e165683305265594757630d540 100644
--- a/net/proxy/proxy_resolver.h
+++ b/net/proxy/proxy_resolver.h
@@ -29,9 +29,6 @@ class NET_EXPORT_PRIVATE ProxyResolver {
// Opaque pointer type, to return a handle to cancel outstanding requests.
typedef void* RequestHandle;
- using LoadStateChangedCallback =
- base::Callback<void(RequestHandle, LoadState)>;
-
ProxyResolver() {}
virtual ~ProxyResolver() {}

Powered by Google App Engine
This is Rietveld 408576698