Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
index 8da767bfa59282cc00abc207c297d3db08cbba14..93056c4f7dd98c4eeeadef3f4cfdbe24d19812b9 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
@@ -272,6 +272,11 @@ bool PnaclComponentInstaller::Install(const base::DictionaryValue& manifest, |
return true; |
} |
+bool PnaclComponentInstaller::GetInstalledFile( |
+ const std::string& file, base::FilePath* installed_file) { |
+ return false; |
+} |
+ |
namespace { |
void DoCheckForUpdate(ComponentUpdateService* cus, |