Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index b3d8cd188ab3c750effd13e42f967b2bc0362df9..57028eda5f5256194ded88aeffe976d73910b77e 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 */) |
|
Mark Seaborn
2013/05/16 23:01:47
Ditto: "file token"
Nick Bray (chromium)
2013/05/23 16:44:11
Done.
|
| // Notification that the page has an OpenSearch description document |
| // associated with it. |