Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: extensions/utility/utility_handler.cc

Issue 2761763002: [wip-test] Test if any bot test calls Parse Update Manifest IPC (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698