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

Unified Diff: net/proxy/dhcp_proxy_script_fetcher.h

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.h
diff --git a/net/proxy/dhcp_proxy_script_fetcher.h b/net/proxy/dhcp_proxy_script_fetcher.h
index 0d4a89cc5a784c7062e33f7b6403c8a425de168d..f0059c2324f3c98c6ae26571feb438cf046ebc2e 100644
--- a/net/proxy/dhcp_proxy_script_fetcher.h
+++ b/net/proxy/dhcp_proxy_script_fetcher.h
@@ -95,6 +95,7 @@ class NET_EXPORT_PRIVATE DoNothingDhcpProxyScriptFetcher
void Cancel() override;
void OnShutdown() override;
const GURL& GetPacURL() const override;
+ std::string GetFetcherName() const override;
private:
GURL gurl_;

Powered by Google App Engine
This is Rietveld 408576698