| 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 ec0f07b98e448923c0473bb2e6057ddc2dcbffcb..a369332701a4845a993bb55119eea9e780ed25cf 100644
|
| --- a/components/nacl/common/nacl_host_messages.h
|
| +++ b/components/nacl/common/nacl_host_messages.h
|
| @@ -99,3 +99,6 @@ IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable,
|
| IPC::PlatformFileForTransit /* output file */,
|
| uint64 /* file_token_lo */,
|
| uint64 /* file_token_hi */)
|
| +
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClGetNumProcessors,
|
| + int /* Number of processors */)
|
|
|