| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 60e2313f4667a3ab5299961661e8fb31d9f82f4d..53d6d8369eaba00accf6cf6ab463615266631e11 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -869,10 +869,6 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint)
|
| // See https://crbug.com/537793.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstPaintAfterLoad)
|
|
|
| -// Sent by the renderer to deliver a compositor proto to the browser.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_ForwardCompositorProto,
|
| - std::vector<uint8_t> /* proto */)
|
| -
|
| // Sent in reply to ViewMsg_WaitForNextFrameForTests.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_WaitForNextFrameForTests_ACK)
|
|
|
|
|