| 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 786adb4023b374b77b928b5090115b6996e655fa..e816b0db0878a2c8515e0190e782195089a1a73e 100644
|
| --- a/chrome/browser/component_updater/sw_reporter_installer_win.h
|
| +++ b/chrome/browser/component_updater/sw_reporter_installer_win.h
|
| @@ -56,9 +56,8 @@
|
| const base::FilePath& dir) const override;
|
| bool SupportsGroupPolicyEnabledComponentUpdates() const override;
|
| bool RequiresNetworkEncryption() const override;
|
| - update_client::CrxInstaller::Result OnCustomInstall(
|
| - const base::DictionaryValue& manifest,
|
| - const base::FilePath& install_dir) override;
|
| + bool OnCustomInstall(const base::DictionaryValue& manifest,
|
| + const base::FilePath& install_dir) override;
|
| void ComponentReady(const base::Version& version,
|
| const base::FilePath& install_dir,
|
| std::unique_ptr<base::DictionaryValue> manifest) override;
|
|
|