| Index: chrome/browser/component_updater/component_updater_prefs.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_prefs.cc b/chrome/browser/component_updater/component_updater_prefs.cc
|
| index 5fb4eb51efaa09dfe8b67608380a4ae62d178527..7a6604e27c123fa46af74e945bba7171ac82bcf8 100644
|
| --- a/chrome/browser/component_updater/component_updater_prefs.cc
|
| +++ b/chrome/browser/component_updater/component_updater_prefs.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "chrome/browser/component_updater/chrome_component_updater_configurator.h"
|
| #include "chrome/browser/component_updater/recovery_component_installer.h"
|
| +#include "chrome/browser/component_updater/recovery_improved_component_installer.h"
|
| #include "chrome/browser/component_updater/supervised_user_whitelist_installer.h"
|
|
|
| namespace component_updater {
|
| @@ -13,6 +14,7 @@ namespace component_updater {
|
| void RegisterPrefs(PrefRegistrySimple* registry) {
|
| RegisterPrefsForChromeComponentUpdaterConfigurator(registry);
|
| RegisterPrefsForRecoveryComponent(registry);
|
| + RegisterPrefsForRecoveryImprovedComponent(registry);
|
| SupervisedUserWhitelistInstaller::RegisterPrefs(registry);
|
| }
|
|
|
|
|