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