| 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 5a983dfb29c576ae9eb3a837b0facf4aaa199e45..5fb4eb51efaa09dfe8b67608380a4ae62d178527 100644
|
| --- a/chrome/browser/component_updater/component_updater_prefs.cc
|
| +++ b/chrome/browser/component_updater/component_updater_prefs.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "chrome/browser/component_updater/component_updater_prefs.h"
|
|
|
| +#include "chrome/browser/component_updater/chrome_component_updater_configurator.h"
|
| #include "chrome/browser/component_updater/recovery_component_installer.h"
|
| #include "chrome/browser/component_updater/supervised_user_whitelist_installer.h"
|
|
|
| namespace component_updater {
|
|
|
| void RegisterPrefs(PrefRegistrySimple* registry) {
|
| + RegisterPrefsForChromeComponentUpdaterConfigurator(registry);
|
| RegisterPrefsForRecoveryComponent(registry);
|
| SupervisedUserWhitelistInstaller::RegisterPrefs(registry);
|
| }
|
|
|