Index: trunk/src/chrome/browser/component_updater/recovery_component_installer.cc |
=================================================================== |
--- trunk/src/chrome/browser/component_updater/recovery_component_installer.cc (revision 207822) |
+++ trunk/src/chrome/browser/component_updater/recovery_component_installer.cc (working copy) |
@@ -56,9 +56,6 @@ |
virtual bool Install(const base::DictionaryValue& manifest, |
const base::FilePath& unpack_path) OVERRIDE; |
- virtual bool GetInstalledFile(const std::string& file, |
- base::FilePath* installed_file) OVERRIDE; |
- |
private: |
Version current_version_; |
PrefService* prefs_; |
@@ -133,11 +130,6 @@ |
return base::LaunchProcess(cmdline, base::LaunchOptions(), NULL); |
} |
-bool RecoveryComponentInstaller::GetInstalledFile( |
- const std::string& file, base::FilePath* installed_file) { |
- return false; |
-} |
- |
void RegisterRecoveryComponent(ComponentUpdateService* cus, |
PrefService* prefs) { |
#if !defined(OS_CHROMEOS) |