| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 2758407b2c2c1da090f874bbce94c15676063522..e0631dd6d743fe7820e15933446f15c5ffba9260 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -595,8 +595,8 @@ IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_NaClErrorStatus,
|
| IPC_SYNC_MESSAGE_CONTROL2_2(ChromeViewHostMsg_OpenNaClExecutable,
|
| int /* render_view_id */,
|
| GURL /* URL of NaCl executable file */,
|
| - base::FilePath /* absolute path to opened file */,
|
| - IPC::PlatformFileForTransit /* output file */)
|
| + IPC::PlatformFileForTransit /* output file */,
|
| + uint64_t /* nonce */)
|
|
|
| // Notification that the page has an OpenSearch description document
|
| // associated with it.
|
|
|