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

Unified Diff: net/proxy/proxy_resolver_factory.h

Issue 1157163003: Remove ProxyResolver::(Cancel)SetPacScript and LegacyProxyResolverFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-proxy-resolver-refactor
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
« no previous file with comments | « net/proxy/proxy_resolver.h ('k') | net/proxy/proxy_resolver_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_resolver_factory.h
diff --git a/net/proxy/proxy_resolver_factory.h b/net/proxy/proxy_resolver_factory.h
index 9bfd618122002f9d08331d541101e57c7796ff08..282dd24a7e8a018d2667eb3cf321dce06d07b9db 100644
--- a/net/proxy/proxy_resolver_factory.h
+++ b/net/proxy/proxy_resolver_factory.h
@@ -55,28 +55,6 @@ class NET_EXPORT ProxyResolverFactory {
DISALLOW_COPY_AND_ASSIGN(ProxyResolverFactory);
};
-class NET_EXPORT LegacyProxyResolverFactory : public ProxyResolverFactory {
- public:
- explicit LegacyProxyResolverFactory(bool expects_pac_bytes);
-
- ~LegacyProxyResolverFactory() override;
-
- int CreateProxyResolver(
- const scoped_refptr<ProxyResolverScriptData>& pac_script,
- scoped_ptr<ProxyResolver>* resolver,
- const net::CompletionCallback& callback,
- scoped_ptr<Request>* request) override;
-
- virtual scoped_ptr<ProxyResolver> CreateProxyResolver() = 0;
-
- private:
- class Job;
-
- void RemoveJob(Job* job);
-
- std::set<Job*> jobs_;
-};
-
} // namespace net
#endif // NET_PROXY_PROXY_RESOLVER_FACTORY_H_
« no previous file with comments | « net/proxy/proxy_resolver.h ('k') | net/proxy/proxy_resolver_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698