| Index: chrome/browser/nacl_host/nacl_file_host.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_file_host.cc b/chrome/browser/nacl_host/nacl_file_host.cc
|
| index 18efee97054956c3a874c81551a62a3f7ec1d6c0..b24ca232a62dcf746e9b06c342400edaa2c706f9 100644
|
| --- a/chrome/browser/nacl_host/nacl_file_host.cc
|
| +++ b/chrome/browser/nacl_host/nacl_file_host.cc
|
| @@ -209,8 +209,7 @@ bool GetExtensionFilePath(
|
| base::FilePath* file_path) {
|
| // Check that the URL is recognized by the extension system.
|
| const extensions::Extension* extension =
|
| - extension_info_map->extensions().GetExtensionOrAppByURL(
|
| - ExtensionURLInfo(file_url));
|
| + extension_info_map->extensions().GetExtensionOrAppByURL(file_url);
|
| if (!extension)
|
| return false;
|
|
|
|
|