| Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| index b8ab14931f83c37bbc4b9514742f367778976cf2..c5a16db81c839f0e1b9a3d8507fb8e4a0479cd85 100644
|
| --- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| +++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
|
| @@ -46,6 +46,10 @@ class PnaclComponentInstaller : public ComponentInstaller {
|
| virtual bool Install(const base::DictionaryValue& manifest,
|
| const base::FilePath& unpack_path) OVERRIDE;
|
|
|
| + virtual base::FilePath GetBackupPath() const OVERRIDE;
|
| +
|
| + virtual void InstallExternally() OVERRIDE;
|
| +
|
| virtual bool GetInstalledFile(const std::string& file,
|
| base::FilePath* installed_file) OVERRIDE;
|
|
|
|
|