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

Unified Diff: net/url_request/url_request_context_builder_mojo.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/url_request/url_request_context_builder_mojo.h
diff --git a/net/url_request/url_request_context_builder_mojo.h b/net/url_request/url_request_context_builder_mojo.h
index 0610864c870f27eea30e86e92f52b4e1cf12e053..29c959596f89dd206f7856dddd90806a7d72ba23 100644
--- a/net/url_request/url_request_context_builder_mojo.h
+++ b/net/url_request/url_request_context_builder_mojo.h
@@ -34,7 +34,7 @@ class URLRequestContextBuilderMojo : public URLRequestContextBuilder {
// MojoProxyResolverFactory is provided.
void set_dhcp_fetcher_factory(
std::unique_ptr<DhcpProxyScriptFetcherFactory> dhcp_fetcher_factory) {
- dhcp_fetcher_factory = std::move(dhcp_fetcher_factory_);
Randy Smith (Not in Mondays) 2017/06/13 16:42:15 Snort. That's cute. Is there a (presumably new)
mmenke 2017/06/13 17:02:22 This is caught by integration tests...If you look
Randy Smith (Not in Mondays) 2017/06/15 19:13:30 I'm torn here, but I sorta think that if we're goi
mmenke 2017/06/15 19:33:24 I really don't want to have 5 sets of tests for ev
+ dhcp_fetcher_factory_ = std::move(dhcp_fetcher_factory);
}
// Sets Mojo factory used to create ProxyResolvers. If not set, falls back to

Powered by Google App Engine
This is Rietveld 408576698