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

Unified Diff: components/domain_reliability/google_configs.cc

Issue 1733463005: Domain Reliability: Add more Gmail domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? :| Created 4 years, 10 months 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
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 },

Powered by Google App Engine
This is Rietveld 408576698