| Index: components/component_updater/default_component_installer.h
|
| diff --git a/components/component_updater/default_component_installer.h b/components/component_updater/default_component_installer.h
|
| index 120d3a5de8cd44ae484120ee7633aa326e7661cd..8a39993bb970d0c6961df4b265692808cf734dbc 100644
|
| --- a/components/component_updater/default_component_installer.h
|
| +++ b/components/component_updater/default_component_installer.h
|
| @@ -99,15 +99,16 @@ class DefaultComponentInstaller : public update_client::ComponentInstaller {
|
| bool GetInstalledFile(const std::string& file,
|
| base::FilePath* installed_file) override;
|
|
|
| + private:
|
| ~DefaultComponentInstaller() override;
|
|
|
| - private:
|
| base::FilePath GetInstallDirectory();
|
| bool InstallHelper(const base::DictionaryValue& manifest,
|
| const base::FilePath& unpack_path,
|
| const base::FilePath& install_path);
|
| void StartRegistration(ComponentUpdateService* cus);
|
| void FinishRegistration(ComponentUpdateService* cus);
|
| + void ComponentReady(scoped_ptr<base::DictionaryValue> manifest);
|
|
|
| base::Version current_version_;
|
| std::string current_fingerprint_;
|
|
|