| Index: components/domain_reliability/google_configs.cc
|
| diff --git a/components/domain_reliability/google_configs.cc b/components/domain_reliability/google_configs.cc
|
| index 5063b56c35240b8f876ca50eb2628f90d444ae05..0e0647cdd5b61c99c5dfede2eaa69e95dc208e38 100644
|
| --- a/components/domain_reliability/google_configs.cc
|
| +++ b/components/domain_reliability/google_configs.cc
|
| @@ -479,7 +479,14 @@ const GoogleConfigParams kGoogleConfigs[] = {
|
| // Origins without subdomains and with same-origin collectors.
|
| { "accounts.google.com", false, true, false },
|
| { "apis.google.com", false, true, false },
|
| + { "b.mail.google.com", false, true, false },
|
| + { "chatenabled.mail.google.com", false, true, false },
|
| { "ddm.google.com", false, true, false },
|
| + { "gmail.com", false, true, false },
|
| + { "gmail.google.com", false, true, false },
|
| + { "mail.google.com", false, true, false },
|
| + { "mail-attachment.googleusercontent.com", false, true, false },
|
| + { "www.gmail.com", false, true, false },
|
|
|
| // Origins without subdomains or same-origin collectors.
|
| { "ad.doubleclick.net", false, false, false },
|
|
|