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

Unified Diff: net/proxy/dhcp_proxy_script_fetcher.cc

Issue 2929153002: Use URLRequestContextBuilderMojo to create the SystemURLRequestContext. (Closed)
Patch Set: Merge Created 3 years, 6 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: net/proxy/dhcp_proxy_script_fetcher.cc
diff --git a/net/proxy/dhcp_proxy_script_fetcher.cc b/net/proxy/dhcp_proxy_script_fetcher.cc
index 7c381cac1c2ed4fb1fec19e985394c178a7d684f..839c59bbd31f8f36965738e3bd019a2b71ee811c 100644
--- a/net/proxy/dhcp_proxy_script_fetcher.cc
+++ b/net/proxy/dhcp_proxy_script_fetcher.cc
@@ -33,4 +33,8 @@ const GURL& DoNothingDhcpProxyScriptFetcher::GetPacURL() const {
return gurl_;
}
+std::string DoNothingDhcpProxyScriptFetcher::GetFetcherName() const {
+ return "do nothing";
+}
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698