Index: net/http/http_server_properties_impl.cc |
diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc |
index 51771886034c82656d264b705057ba30ed0a99a3..b851500e7ef0d390b0f8f5b9587b9dcb9280dbd5 100644 |
--- a/net/http/http_server_properties_impl.cc |
+++ b/net/http/http_server_properties_impl.cc |
@@ -35,6 +35,7 @@ HttpServerPropertiesImpl::HttpServerPropertiesImpl() |
weak_ptr_factory_(this) { |
canoncial_suffixes_.push_back(".c.youtube.com"); |
canoncial_suffixes_.push_back(".googlevideo.com"); |
+ canoncial_suffixes_.push_back(".googleusercontent.com"); |
} |
HttpServerPropertiesImpl::~HttpServerPropertiesImpl() { |