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 3575fdaca01d84b5638c0189eb240e1b898c8e25..167320fbc14adb540ab7ed710866f83650e549a1 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
@@ -306,6 +306,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, |