| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 104763)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -1743,12 +1743,6 @@
|
| int /* maximum_percent */,
|
| bool /* remember */)
|
|
|
| -// Asks the browser to create a block of shared memory for the renderer to
|
| -// fill in and pass back to the browser.
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_AllocateSharedMemoryBuffer,
|
| - uint32 /* buffer size */,
|
| - base::SharedMemoryHandle /* browser handle */)
|
| -
|
| // Notify the browser that this render process can or can't be suddenly
|
| // terminated.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
|
|
|