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

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

Issue 2772573002: chromeos: Improve ProxyResolutionServiceProvider testing. (Closed)
Patch Set: add a DCHECK 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 62b6a2d1c3c2f91d16b7392b0acac03185a14dae..7feed702642ed298cd8fe315db7f915803a55798 100644
--- a/chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h
+++ b/chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.h
@@ -11,14 +11,17 @@
namespace chromeos {
// Chrome's implementation of ProxyResolverDelegate.
-class ChromeProxyResolverDelegate
- : public 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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/dbus/chrome_proxy_resolver_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698