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

Unified Diff: components/cronet/url_request_context_config_list.h

Issue 544223003: Add SetSupportsQuic method to explicitly specify server that supports QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 6 years, 3 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: 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 fa77ca4006f4af1dfe45fdefbba139e9a6c9f473..f0986ce311f5b114cb0ffb2488b8547e5b27c3b7 100644
--- a/components/cronet/url_request_context_config_list.h
+++ b/components/cronet/url_request_context_config_list.h
@@ -18,3 +18,8 @@ DEFINE_CONTEXT_CONFIG(HTTP_CACHE_MAX_SIZE)
DEFINE_CONTEXT_CONFIG(HTTP_CACHE_DISABLED)
DEFINE_CONTEXT_CONFIG(HTTP_CACHE_DISK)
DEFINE_CONTEXT_CONFIG(HTTP_CACHE_MEMORY)
+
+DEFINE_CONTEXT_CONFIG(QUIC_HINTS)
+DEFINE_CONTEXT_CONFIG(QUIC_HINT_HOST)
+DEFINE_CONTEXT_CONFIG(QUIC_HINT_PORT)
+DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT)

Powered by Google App Engine
This is Rietveld 408576698