| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 0ee5ac34f742ac7589ff5a8824cf8f22e7c4faed..942eaeea3c7556b2f3caa6aef95743774e323707 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1067,14 +1067,6 @@ IPC_SYNC_MESSAGE_CONTROL3_1(FrameHostMsg_Are3DAPIsBlocked,
|
| content::ThreeDAPIType /* requester */,
|
| bool /* blocked */)
|
|
|
| -// Sent by the renderer process to indicate that a context was lost by
|
| -// client 3D content (Pepper 3D, WebGL) running on the page at the
|
| -// given URL.
|
| -IPC_MESSAGE_CONTROL3(FrameHostMsg_DidLose3DContext,
|
| - GURL /* top_origin_url */,
|
| - content::ThreeDAPIType /* context_type */,
|
| - int /* arb_robustness_status_code */)
|
| -
|
| #if defined(ENABLE_PLUGINS)
|
| // Notification sent from a renderer to the browser that a Pepper plugin
|
| // instance is created in the DOM.
|
|
|