| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 25977)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1058,7 +1058,7 @@
|
| IPC::ChannelHandle /* handle to channel */,
|
| WebPluginInfo /* info */)
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| // A renderer sends this when it needs a browser-side widget for
|
| // hosting a windowed plugin. id is the XID of the plugin window, for which
|
| // the container is created.
|
| @@ -1383,7 +1383,7 @@
|
| base::SharedMemoryHandle /* browser handle */)
|
| #endif
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| // Asks the browser create a block of shared memory for the renderer to fill
|
| // in resulting NativeMetafile in printing.
|
| IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_AllocateShareMemory,
|
|
|