| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 93469808aa2abf1b2e8e8f262be39f0e48cc2387..a17ad851376088dcda85d5f425fdd21a7037c85b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1055,14 +1055,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_FocusedNodeChanged,
|
|
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
|
|
|
| -#if defined(OS_WIN)
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_WindowlessPluginDummyWindowCreated,
|
| - gfx::NativeViewId /* dummy_activation_window */)
|
| -
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_WindowlessPluginDummyWindowDestroyed,
|
| - gfx::NativeViewId /* dummy_activation_window */)
|
| -#endif
|
| -
|
| // Get the list of proxies to use for |url|, as a semicolon delimited list
|
| // of "<TYPE> <HOST>:<PORT>" | "DIRECT".
|
| IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_ResolveProxy,
|
|
|