| Index: chrome/common/plugin_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/plugin_messages_internal.h (revision 76392)
|
| +++ chrome/common/plugin_messages_internal.h (working copy)
|
| @@ -285,25 +285,12 @@
|
| 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 */)
|
|
|
| IPC_MESSAGE_CONTROL1(PluginMsg_ResetModalDialogEvent,
|
| gfx::NativeViewId /* containing_window */)
|
|
|
| -#if defined(OS_MACOSX)
|
| -// This message, used only on 10.6 and later, transmits the "fake"
|
| -// window handle allocated by the browser on behalf of the renderer
|
| -// to the GPU plugin.
|
| -IPC_MESSAGE_ROUTED1(PluginMsg_SetFakeAcceleratedSurfaceWindowHandle,
|
| - gfx::PluginWindowHandle /* window */)
|
| -#endif
|
| -
|
| IPC_MESSAGE_CONTROL3(PluginMsg_ClearSiteData,
|
| std::string, /* site */
|
| uint64, /* flags */
|
|
|