Index: components/nacl/common/nacl_host_messages.h |
diff --git a/components/nacl/common/nacl_host_messages.h b/components/nacl/common/nacl_host_messages.h |
index 7a395040acf9f9556c721a73c63804380617114a..d9a835ba28cc058b0d7b520395dafeb561013cbc 100644 |
--- a/components/nacl/common/nacl_host_messages.h |
+++ b/components/nacl/common/nacl_host_messages.h |
@@ -91,8 +91,9 @@ IPC_MESSAGE_CONTROL3(NaClViewMsg_NexeTempFileReply, |
// A renderer sends this to the browser to report that its translation has |
// finished and its temp file contains the translated nexe. |
-IPC_MESSAGE_CONTROL1(NaClHostMsg_ReportTranslationFinished, |
- int /* instance */) |
+IPC_MESSAGE_CONTROL2(NaClHostMsg_ReportTranslationFinished, |
+ int /* instance */, |
+ bool /* success */) |
// A renderer sends this to the browser process to report an error. |
IPC_MESSAGE_CONTROL2(NaClHostMsg_NaClErrorStatus, |