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

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: merging with tip 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..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_;
« 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