Index: chrome/browser/component_updater/chrome_component_updater_configurator.cc |
diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator.cc b/chrome/browser/component_updater/chrome_component_updater_configurator.cc |
index ea83a735cc1d7d0f8010511e5689aeb418d62fe1..9a043039da2f5d5b9672e6810c6f7034fdd6f28e 100644 |
--- a/chrome/browser/component_updater/chrome_component_updater_configurator.cc |
+++ b/chrome/browser/component_updater/chrome_component_updater_configurator.cc |
@@ -149,9 +149,8 @@ std::string ChromeConfigurator::ExtraRequestParams() const { |
std::string ChromeConfigurator::GetDownloadPreference() const { |
#if defined(OS_WIN) |
- // This group policy is supported only on Windows and only for computers |
- // which are joined to a Windows domain. |
- return base::win::IsEnrolledToDomain() |
+ // This group policy is supported only on Windows and only for enterprises. |
+ return base::win::IsEnterpriseUser() |
? base::SysWideToUTF8( |
GoogleUpdateSettings::GetDownloadPreference()) |
: std::string(""); |