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

Unified Diff: net/quic/quic_stream_factory.h

Issue 48893003: QUIC - added googlevideo.com to the list of cannonical hostnames to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added unit test Created 7 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 | « no previous file | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index f688dcbebdf118434f97ad31736452d77b59e3b7..dbb2339c6e0cfe181bb856f5014f5ad2e62eae2a 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -207,6 +207,10 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// least server public key).
CanonicalHostMap canonical_hostname_to_origin_map_;
+ // Contains list of suffixes (for exmaple ".c.youtube.com",
+ // ".googlevideo.com") of cannoncial hostnames.
+ std::vector<std::string> cannoncial_suffixes_;
+
QuicConfig config_;
JobMap active_jobs_;
« no previous file with comments | « no previous file | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698