| 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..a9be577b5e53740eb958146edfad75b10de362f3 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <map>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/base/address_list.h"
|
| @@ -207,6 +208,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_;
|
|
|