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

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: Address review comments. 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..48f93645213b11574839fd4197e00be1989e7426 100644
--- a/components/cronet/url_request_context_config_list.h
+++ b/components/cronet/url_request_context_config_list.h
@@ -18,3 +18,7 @@ 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_SERVER)
+DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT)

Powered by Google App Engine
This is Rietveld 408576698