| Index: chrome/browser/component_updater/sw_reporter_installer_win.h
|
| diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.h b/chrome/browser/component_updater/sw_reporter_installer_win.h
|
| index a7db43af5212f3a2eb1a7548c7a06048e6e167bc..351720ca5b8ec2f221f57dbe9dc81374c87266ae 100644
|
| --- a/chrome/browser/component_updater/sw_reporter_installer_win.h
|
| +++ b/chrome/browser/component_updater/sw_reporter_installer_win.h
|
| @@ -8,6 +8,10 @@
|
| class PrefRegistrySimple;
|
| class PrefService;
|
|
|
| +namespace user_prefs {
|
| +class PrefRegistrySyncable;
|
| +}
|
| +
|
| namespace component_updater {
|
|
|
| class ComponentUpdateService;
|
| @@ -17,9 +21,13 @@ class ComponentUpdateService;
|
| void RegisterSwReporterComponent(ComponentUpdateService* cus,
|
| PrefService* prefs);
|
|
|
| -// Register user preferences related to the SwReporter.
|
| +// Register local state preferences related to the SwReporter.
|
| void RegisterPrefsForSwReporter(PrefRegistrySimple* registry);
|
|
|
| +// Register profile preferences related to the SwReporter.
|
| +void RegisterProfilePrefsForSwReporter(
|
| + user_prefs::PrefRegistrySyncable* registry);
|
| +
|
| } // namespace component_updater
|
|
|
| #endif // CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
|
|
|