| 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 67d1a3970cb08335fa3b3f473ce4914b17fefbf5..d306d1200538dcd4475328219f59619364704e3c 100644
|
| --- a/chrome/browser/nacl_host/nacl_file_host.cc
|
| +++ b/chrome/browser/nacl_host/nacl_file_host.cc
|
| @@ -161,8 +161,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;
|
|
|
|
|