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

Unified Diff: net/proxy/proxy_resolver_mac.h

Issue 463028: Separate ProxyResolverMac and ProxyConfigServiceMac into their own files (Closed)
Patch Set: '' Created 11 years 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_config_service_mac.cc ('k') | net/proxy/proxy_resolver_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_resolver_mac.h
===================================================================
--- net/proxy/proxy_resolver_mac.h (revision 34241)
+++ net/proxy/proxy_resolver_mac.h (working copy)
@@ -9,7 +9,6 @@
#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
-#include "net/proxy/proxy_config_service.h"
#include "net/proxy/proxy_resolver.h"
namespace net {
@@ -42,12 +41,6 @@
GURL pac_url_;
};
-class ProxyConfigServiceMac : public ProxyConfigService {
- public:
- // ProxyConfigService methods:
- virtual int GetProxyConfig(ProxyConfig* config);
-};
-
} // namespace net
#endif // NET_PROXY_PROXY_RESOLVER_MAC_H_
« no previous file with comments | « net/proxy/proxy_config_service_mac.cc ('k') | net/proxy/proxy_resolver_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698