| 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 a680fc5afad0b4abd1725f4e14c9221192326d7b..f4908c033cad2c0ff10809fe64633d08e04d9d0f 100644
|
| --- a/components/policy/core/browser/browser_policy_connector.cc
|
| +++ b/components/policy/core/browser/browser_policy_connector.cc
|
| @@ -42,7 +42,9 @@
|
| }
|
|
|
| // Regexes that match many of the larger public email providers as we know
|
| -// these users are not from hosted enterprise domains.
|
| +// 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).
|
| const wchar_t* const kNonManagedDomainPatterns[] = {
|
| L"aol\\.com",
|
| L"googlemail\\.com",
|
| @@ -54,7 +56,6 @@
|
| 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|.
|
|
|