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 b54fe403d0d00bf243d0888b64e08541b25953fb..53a2114b95dab1672f3583758e2144aab659b9f7 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h |
@@ -47,6 +47,9 @@ class PnaclComponentInstaller : public ComponentInstaller { |
virtual bool Install(const base::DictionaryValue& manifest, |
const base::FilePath& unpack_path) OVERRIDE; |
+ virtual void OnInstallError( |
+ const InstallerSourceSerializer& serializer) OVERRIDE; |
+ |
virtual bool GetInstalledFile(const std::string& file, |
base::FilePath* installed_file) OVERRIDE; |