| Index: chrome/browser/nacl_host/nacl_process_host.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
|
| index 9c9f1af0cf3afe7a647b3617662e0122dfabb31a..478afcd1845e857759f1f069c303905661b771c6 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host.cc
|
| +++ b/chrome/browser/nacl_host/nacl_process_host.cc
|
| @@ -501,7 +501,7 @@ void NaClProcessHost::OnNaClGdbAttached() {
|
|
|
| base::FilePath NaClProcessHost::GetManifestPath() {
|
| const extensions::Extension* extension = extension_info_map_->extensions()
|
| - .GetExtensionOrAppByURL(ExtensionURLInfo(manifest_url_));
|
| + .GetExtensionOrAppByURL(manifest_url_);
|
| if (extension != NULL &&
|
| manifest_url_.SchemeIs(extensions::kExtensionScheme)) {
|
| std::string path = manifest_url_.path();
|
|
|