| Index: chrome/common/plugin_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/plugin_messages_internal.h (revision 76844)
|
| +++ chrome/common/plugin_messages_internal.h (working copy)
|
| @@ -285,6 +285,11 @@
|
| unsigned long /* resource_id */,
|
| int /* range_request_id */)
|
|
|
| +IPC_SYNC_MESSAGE_ROUTED0_1(PluginMsg_CreateCommandBuffer,
|
| + int /* route_id */)
|
| +
|
| +IPC_MESSAGE_ROUTED0(PluginMsg_DestroyCommandBuffer)
|
| +
|
| IPC_MESSAGE_CONTROL1(PluginMsg_SignalModalDialogEvent,
|
| gfx::NativeViewId /* containing_window */)
|
|
|
|
|