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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 2906463002: Make HttpNetworkSession::host_mapping_rules no longer a pointer. (Closed)
Patch Set: Oops Created 3 years, 7 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.h
diff --git a/net/url_request/url_request_context_builder.h b/net/url_request/url_request_context_builder.h
index a622625766ebdcdf6892354b37a6fdf839f03618..45526b0aca6ee0eadebd31643ee0e600d46160ed 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -94,7 +94,7 @@ class NET_EXPORT URLRequestContextBuilder {
void ConfigureSessionParams(HttpNetworkSession::Params* params) const;
// These fields mirror those in HttpNetworkSession::Params;
- HostMappingRules* host_mapping_rules;
+ HostMappingRules host_mapping_rules;
bool ignore_certificate_errors;
uint16_t testing_fixed_http_port;
uint16_t testing_fixed_https_port;

Powered by Google App Engine
This is Rietveld 408576698