| 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 cc8504dc96d9fd121d221dab85642beca79e2008..a0d3250484685150e1544009c15096152b691c14 100644
|
| --- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| @@ -281,6 +281,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,
|
|
|