Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
=================================================================== |
--- chrome/browser/component_updater/pnacl/pnacl_component_installer.cc (revision 201835) |
+++ chrome/browser/component_updater/pnacl/pnacl_component_installer.cc (working copy) |
@@ -311,6 +311,11 @@ |
return true; |
} |
+bool PnaclComponentInstaller::GetInstalledFile( |
+ const std::string& file, base::FilePath* installed_file) { |
+ return false; |
+} |
+ |
namespace { |
void DoCheckForUpdate(ComponentUpdateService* cus, |