| Index: chrome/browser/ui/webui/extensions/extension_loader_handler.cc
|
| diff --git a/chrome/browser/ui/webui/extensions/extension_loader_handler.cc b/chrome/browser/ui/webui/extensions/extension_loader_handler.cc
|
| index 0bc5aa96a702bb9b93f1828ccea8933660256001..07928d759185c81c6705a62e72afe9a3ac251ca3 100644
|
| --- a/chrome/browser/ui/webui/extensions/extension_loader_handler.cc
|
| +++ b/chrome/browser/ui/webui/extensions/extension_loader_handler.cc
|
| @@ -233,7 +233,7 @@ void ExtensionLoaderHandler::OnLoadFailure(const base::FilePath& file_path,
|
| size_t line = 0u;
|
| size_t column = 0u;
|
| std::string regex =
|
| - base::StringPrintf("%s Line: (\\d+), column: (\\d+), Syntax error.",
|
| + base::StringPrintf("%s Line: (\\d+), column: (\\d+), .*",
|
| manifest_errors::kManifestParseError);
|
| // If this was a JSON parse error, we can highlight the exact line with the
|
| // error. Otherwise, we should still display the manifest (for consistency,
|
|
|