| 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_;
|
|
|