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

Unified Diff: net/proxy/proxy_resolver_mac.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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_error_observer.h ('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
diff --git a/net/proxy/proxy_resolver_mac.h b/net/proxy/proxy_resolver_mac.h
deleted file mode 100644
index ef10b5cbf89a943ab00550ae111c6d48b40b002d..0000000000000000000000000000000000000000
--- a/net/proxy/proxy_resolver_mac.h
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_PROXY_PROXY_RESOLVER_MAC_H_
-#define NET_PROXY_PROXY_RESOLVER_MAC_H_
-
-#include "base/compiler_specific.h"
-#include "net/base/net_errors.h"
-#include "net/base/net_export.h"
-#include "net/proxy/proxy_resolver.h"
-#include "url/gurl.h"
-
-namespace net {
-
-// Implementation of ProxyResolver that uses the Mac CFProxySupport to implement
-// proxies.
-class NET_EXPORT ProxyResolverMac : public ProxyResolver {
- public:
- ProxyResolverMac();
- ~ProxyResolverMac() override;
-
- // ProxyResolver methods:
- int GetProxyForURL(const GURL& url,
- ProxyInfo* results,
- const net::CompletionCallback& callback,
- RequestHandle* request,
- const BoundNetLog& net_log) override;
-
- void CancelRequest(RequestHandle request) override;
-
- LoadState GetLoadState(RequestHandle request) const override;
-
- void CancelSetPacScript() override;
-
- int SetPacScript(const scoped_refptr<ProxyResolverScriptData>& script_data,
- const net::CompletionCallback& /*callback*/) override;
-
- private:
- scoped_refptr<ProxyResolverScriptData> script_data_;
-};
-
-} // namespace net
-
-#endif // NET_PROXY_PROXY_RESOLVER_MAC_H_
« no previous file with comments | « net/proxy/proxy_resolver_error_observer.h ('k') | net/proxy/proxy_resolver_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698