| Index: chrome/browser/component_updater/recovery_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc
|
| index 022f53dedcd52537bfb40a2f9e271bc003193e95..831191466ddc3a2f2a20d005e71a8a0b237187a1 100644
|
| --- a/chrome/browser/component_updater/recovery_component_installer.cc
|
| +++ b/chrome/browser/component_updater/recovery_component_installer.cc
|
| @@ -232,6 +232,7 @@ void RecoveryRegisterHelper(ComponentUpdateService* cus, PrefService* prefs) {
|
| recovery.installer = new RecoveryComponentInstaller(version, prefs);
|
| recovery.version = version;
|
| recovery.pk_hash.assign(kSha2Hash, &kSha2Hash[sizeof(kSha2Hash)]);
|
| + recovery.supports_group_policy_enable_component_updates = true;
|
| if (!cus->RegisterComponent(recovery)) {
|
| NOTREACHED() << "Recovery component registration failed.";
|
| }
|
|
|