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

Unified Diff: components/cronet/url_request_context_config_list.h

Issue 1487723002: [Cronet] Replace setExperimentalQuicConnectionOptions with a more general API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/url_request_context_config_list.h
diff --git a/components/cronet/url_request_context_config_list.h b/components/cronet/url_request_context_config_list.h
index f690061bfe114a69a64e8619f1ca6a748cef49ec..7636e95f643113e7c5bf49f052f80fd8f5ba302a 100644
--- a/components/cronet/url_request_context_config_list.h
+++ b/components/cronet/url_request_context_config_list.h
@@ -32,7 +32,7 @@ DEFINE_CONTEXT_CONFIG(QUIC_HINT_HOST)
DEFINE_CONTEXT_CONFIG(QUIC_HINT_PORT)
DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT)
-DEFINE_CONTEXT_CONFIG(QUIC_OPTIONS)
+DEFINE_CONTEXT_CONFIG(EXPERIMENTAL_OPTIONS)
// For Testing.
DEFINE_CONTEXT_CONFIG(MOCK_CERT_VERIFIER)
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698