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 b8e256dc4484e5abe753d6cfda353a6ddb4f3537..36743778cf06977fb553672d425ea1ba4464817d 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h |
@@ -43,12 +43,11 @@ class PnaclComponentInstaller : public update_client::ComponentInstaller { |
// ComponentInstaller implementation: |
void OnUpdateError(int error) override; |
- |
bool Install(const base::DictionaryValue& manifest, |
const base::FilePath& unpack_path) override; |
- |
bool GetInstalledFile(const std::string& file, |
base::FilePath* installed_file) override; |
+ bool Uninstall() override; |
// Register a PNaCl component for the first time. |
void RegisterPnaclComponent(ComponentUpdateService* cus); |