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

Unified Diff: components/cronet/url_request_context_config.h

Issue 1507253003: [Cronet] Allow experimenting with Chrome's internal DNS resolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nojson3
Patch Set: address nits Created 5 years 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: components/cronet/url_request_context_config.h
diff --git a/components/cronet/url_request_context_config.h b/components/cronet/url_request_context_config.h
index 89e509ec6aba62eaaf3d2d76138f4980c65a30c6..29e1c85a71441b91ef890416335947aff7467196 100644
--- a/components/cronet/url_request_context_config.h
+++ b/components/cronet/url_request_context_config.h
@@ -14,6 +14,7 @@
namespace net {
class CertVerifier;
+class NetLog;
class URLRequestContextBuilder;
} // namespace net
@@ -103,7 +104,8 @@ struct URLRequestContextConfig {
// Configure |context_builder| based on |this|.
void ConfigureURLRequestContextBuilder(
- net::URLRequestContextBuilder* context_builder);
+ net::URLRequestContextBuilder* context_builder,
+ net::NetLog* net_log);
// Enable QUIC.
const bool enable_quic;
« no previous file with comments | « components/cronet/android/url_request_context_adapter.cc ('k') | components/cronet/url_request_context_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698