| 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 aea484b5d86f4d6b1d7e289d74f5acaaa5b9badc..47042ef534dd08fa633e641ff7fa1be123a90b92 100644
|
| --- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc
|
| @@ -292,6 +292,10 @@ bool PnaclComponentInstaller::Install(const base::DictionaryValue& manifest,
|
| return true;
|
| }
|
|
|
| +void PnaclComponentInstaller::OnInstallError(
|
| + const InstallerSourceSerializer& serializer) {
|
| +}
|
| +
|
| // Given |file|, which can be a path like "_platform_specific/arm/pnacl_foo",
|
| // returns the assumed install path. The path separator in |file| is '/'
|
| // for all platforms. Caller is responsible for checking that the
|
|
|