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

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

Issue 2787253002: chromeos: Simplify D-Bus proxy provider (but not tests). (Closed)
Patch Set: remove error stuff from tests 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_resolution_service_provider_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_resolution_service_provider_delegate.h
diff --git a/chrome/browser/chromeos/dbus/chrome_proxy_resolution_service_provider_delegate.h b/chrome/browser/chromeos/dbus/chrome_proxy_resolution_service_provider_delegate.h
index 9124602b2ea2484a0d4591209944c16a1d4ec57e..6c298bf94ef00491227e64e83d1d7716ace0af67 100644
--- a/chrome/browser/chromeos/dbus/chrome_proxy_resolution_service_provider_delegate.h
+++ b/chrome/browser/chromeos/dbus/chrome_proxy_resolution_service_provider_delegate.h
@@ -19,10 +19,6 @@ class ChromeProxyResolutionServiceProviderDelegate
// ProxyResolutionServiceProvider::Delegate:
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(ChromeProxyResolutionServiceProviderDelegate);
« no previous file with comments | « no previous file | chrome/browser/chromeos/dbus/chrome_proxy_resolution_service_provider_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698