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

Unified Diff: chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h

Issue 2775503002: chromeos:: Remove pointless ProxyResolverInterface. (Closed)
Patch Set: fix typo in existing comment Created 3 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
Index: chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h
diff --git a/chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h b/chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h
deleted file mode 100644
index 7feed702642ed298cd8fe315db7f915803a55798..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2014 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 CHROME_BROWSER_CHROMEOS_DBUS_CHROME_PROXY_RESOLVER_DELEGATE_H_
-#define CHROME_BROWSER_CHROMEOS_DBUS_CHROME_PROXY_RESOLVER_DELEGATE_H_
-
-#include "base/macros.h"
-#include "chromeos/dbus/services/proxy_resolution_service_provider.h"
-
-namespace chromeos {
-
-// Chrome's implementation of ProxyResolverDelegate.
-class ChromeProxyResolverDelegate : public ProxyResolverDelegate {
- public:
- ChromeProxyResolverDelegate();
- ~ChromeProxyResolverDelegate() override;
-
- // ProxyResolverDelegate override.
- scoped_refptr<net::URLRequestContextGetter> GetRequestContext() override;
- int ResolveProxy(net::ProxyService* proxy_service,
- const GURL& url,
- net::ProxyInfo* results,
- const net::CompletionCallback& callback) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ChromeProxyResolverDelegate);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_DBUS_CHROME_PROXY_RESOLVER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698