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

Unified Diff: proxy_resolver.h

Issue 5205002: AU: Manual proxy support (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Created 10 years, 1 month 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: proxy_resolver.h
diff --git a/proxy_resolver.h b/proxy_resolver.h
index 5d9064c13fa5e693ec0dd5430b9ef3f87acf76c7..21f32c8f396b776050de5342a5bb8a303fffcb1f 100644
--- a/proxy_resolver.h
+++ b/proxy_resolver.h
@@ -35,6 +35,7 @@ class ProxyResolver {
// Always says to not use a proxy
class DirectProxyResolver : public ProxyResolver {
public:
+ DirectProxyResolver() {}
virtual bool GetProxiesForUrl(const std::string& url,
std::vector<std::string>* out_proxies);

Powered by Google App Engine
This is Rietveld 408576698