| Index: extensions/utility/utility_handler.cc
|
| diff --git a/extensions/utility/utility_handler.cc b/extensions/utility/utility_handler.cc
|
| index 96a4445a7357f079276e6ebf8dac836ab31c3cec..e94d8d9f552779def95571028018acf69b61c845 100644
|
| --- a/extensions/utility/utility_handler.cc
|
| +++ b/extensions/utility/utility_handler.cc
|
| @@ -139,6 +139,9 @@ bool UtilityHandler::OnMessageReceived(const IPC::Message& message) {
|
|
|
| void UtilityHandler::OnParseUpdateManifest(const std::string& xml) {
|
| UpdateManifest manifest;
|
| +
|
| + NOTREACHED(); // HACK to see if any try bot tests call here.
|
| +
|
| if (!manifest.Parse(xml)) {
|
| content::UtilityThread::Get()->Send(
|
| new ExtensionUtilityHostMsg_ParseUpdateManifest_Failed(
|
|
|