| Index: components/policy/core/browser/browser_policy_connector.cc
|
| diff --git a/components/policy/core/browser/browser_policy_connector.cc b/components/policy/core/browser/browser_policy_connector.cc
|
| index f4908c033cad2c0ff10809fe64633d08e04d9d0f..a680fc5afad0b4abd1725f4e14c9221192326d7b 100644
|
| --- a/components/policy/core/browser/browser_policy_connector.cc
|
| +++ b/components/policy/core/browser/browser_policy_connector.cc
|
| @@ -42,9 +42,7 @@ void ReportRegexSuccessMetric(bool success) {
|
| }
|
|
|
| // Regexes that match many of the larger public email providers as we know
|
| -// these users are not from hosted enterprise domains. Keep this list in sync
|
| -// with the EnterpriseDomainRegex enum in histograms.xml (i.e. only add things
|
| -// at the end).
|
| +// these users are not from hosted enterprise domains.
|
| const wchar_t* const kNonManagedDomainPatterns[] = {
|
| L"aol\\.com",
|
| L"googlemail\\.com",
|
| @@ -56,6 +54,7 @@ const wchar_t* const kNonManagedDomainPatterns[] = {
|
| L"qq\\.com",
|
| L"yahoo(\\.co|\\.com|)\\.[^.]+", // yahoo.com, yahoo.co.uk, yahoo.com.tw
|
| L"yandex\\.ru",
|
| + L"consumer\\.example\\.com",
|
| };
|
|
|
| // Returns true if |domain| matches the regex |pattern|.
|
|
|