Chromium Code Reviews| Index: components/domain_reliability/google_configs.cc |
| diff --git a/components/domain_reliability/google_configs.cc b/components/domain_reliability/google_configs.cc |
| index 6925c7fa8c46d3e10bca73deb74fd1315086ed1d..740673d699c18e8e11d0b75d2ea18e40da7a78d9 100644 |
| --- a/components/domain_reliability/google_configs.cc |
| +++ b/components/domain_reliability/google_configs.cc |
| @@ -292,6 +292,9 @@ const GoogleConfigParams kGoogleConfigs[] = { |
| { "admob.vn", true, false, false }, |
| { "adwhirl.com", true, false, false }, |
| { "android.com", true, false, false }, |
| + { "anycast-edge.metric.gstatic.com", true, false, false }, |
| + { "anycast1.metric.gstatic.com", true, false, false }, |
| + { "anycast1-stb.metric.gstatic.com", true, false, false }, |
| { "chromecast.com", true, false, false }, |
| { "chromeexperiments.com", true, false, false }, |
| { "chromestatus.com", true, false, false }, |
| @@ -315,6 +318,7 @@ const GoogleConfigParams kGoogleConfigs[] = { |
| { "google.jobs", true, false, false }, |
| { "google.net", true, false, false }, |
| { "google.org", true, false, false }, |
| + { "google.stackdriver.com", true, false, false }, |
|
cbentzel
2016/05/20 17:40:46
Is this redundant with the stackdriver.com inclusi
|
| { "googleadapis.com", true, false, false }, |
| { "googleadservices.com", true, false, false }, |
| { "googleadsserving.cn", true, false, false }, |
| @@ -341,6 +345,20 @@ const GoogleConfigParams kGoogleConfigs[] = { |
| { "gstatic.com", true, false, false }, |
| { "picasa.com", true, false, false }, |
| { "recaptcha.net", true, false, false }, |
| + { "stackdriver.com", true, false, false }, |
| + { "stbcast.metric.gstatic.com", true, false, false }, |
| + { "stbcast2.metric.gstatic.com", true, false, false }, |
| + { "stbcast3.metric.gstatic.com", true, false, false }, |
| + { "stbcast4.metric.gstatic.com", true, false, false }, |
| + { "stbcast-stb.metric.gstatic.com", true, false, false }, |
| + { "stbcast2-stb.metric.gstatic.com", true, false, false }, |
| + { "stbcast3-stb.metric.gstatic.com", true, false, false }, |
| + { "stbcast4-stb.metric.gstatic.com", true, false, false }, |
| + { "unicast.metric.gstatic.com", true, false, false }, |
| + { "unicast-edge.metric.gstatic.com", true, false, false }, |
| + { "unicast-stb.metric.gstatic.com", true, false, false }, |
| + { "unicast2.metric.gstatic.com", true, false, false }, |
| + { "unicast2-stb.metric.gstatic.com", true, false, false }, |
| { "waze.com", true, false, false }, |
| { "withgoogle.com", true, false, false }, |
| { "youtu.be", true, false, false }, |