| Index: chrome/browser/component_updater/test/test_installer.cc
|
| diff --git a/chrome/browser/component_updater/test/test_installer.cc b/chrome/browser/component_updater/test/test_installer.cc
|
| index 2f1a7bc3861f0b23914063414523429a90664c4c..24ba8f33a8a2b27c80b616dc9e5583e8738c4b16 100644
|
| --- a/chrome/browser/component_updater/test/test_installer.cc
|
| +++ b/chrome/browser/component_updater/test/test_installer.cc
|
| @@ -25,6 +25,13 @@ bool TestInstaller::Install(const base::DictionaryValue& manifest,
|
| return base::DeleteFile(unpack_path, true);
|
| }
|
|
|
| +base::FilePath TestInstaller::GetBackupPath() const {
|
| + return base::FilePath();
|
| +}
|
| +
|
| +void TestInstaller::InstallExternally() {
|
| +}
|
| +
|
| bool TestInstaller::GetInstalledFile(const std::string& file,
|
| base::FilePath* installed_file) {
|
| return false;
|
|
|