Chromium Code Reviews| 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 3a1e447b85ebcdbb22809cdc716fbda9587dc7ef..a7fff9ee03fe15f4ba95e784f993081926519693 100644 |
| --- a/components/nacl/common/nacl_host_messages.h |
| +++ b/components/nacl/common/nacl_host_messages.h |
| @@ -106,3 +106,7 @@ IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable, |
| IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClGetNumProcessors, |
| int /* Number of processors */) |
| + |
|
Tom Sepez
2014/03/26 23:25:12
Nit: maybe a comment as all but this (and the one
jvoung (off chromium)
2014/03/27 20:41:24
Done.
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(NaClHostMsg_NaClDebugEnabledForURL, |
| + GURL /* alleged URL of NMF file */, |
| + bool /* should debug */) |