Chromium Code Reviews| Index: ipc/ipc.mojom |
| diff --git a/ipc/ipc.mojom b/ipc/ipc.mojom |
| index 292a53b4e714b9a7d9ba98bed0c3d5488f729bf5..136c7252d63c6ba54f003129a91071082ab9325e 100644 |
| --- a/ipc/ipc.mojom |
| +++ b/ipc/ipc.mojom |
| @@ -4,6 +4,9 @@ |
| module IPC.mojom; |
| +// NOTE: This MUST match the value of MSG_ROUTING_NONE in src/ipc/ipc_message.h. |
| +const int32 ROUTING_ID_NONE = -2; |
|
dcheng
2016/09/30 06:30:37
Should this be named kRoutingIdNone to reflect the
Ken Rockot(use gerrit already)
2016/09/30 20:02:54
Done. I think I was just tricked by the definition
|
| + |
| struct SerializedHandle { |
| handle the_handle; |