Index: chrome/browser/component_updater/default_component_installer.h |
diff --git a/chrome/browser/component_updater/default_component_installer.h b/chrome/browser/component_updater/default_component_installer.h |
index 12394feca5de598473380f45c337fc0460387d6c..ec5076623df243bcbf81000bd96d4f3382c054d9 100644 |
--- a/chrome/browser/component_updater/default_component_installer.h |
+++ b/chrome/browser/component_updater/default_component_installer.h |
@@ -86,6 +86,8 @@ class DefaultComponentInstaller : public ComponentInstaller { |
virtual void OnUpdateError(int error) OVERRIDE; |
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; |