| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 88dad687d243a842d0a0c17452fef1da4a5899c2..3653db88e8b247ca49ecdd9c1facc557839f18af 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -925,12 +925,6 @@ IPC_MESSAGE_CONTROL1(ViewMsg_TempCrashWithData,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ReleaseDisambiguationPopupBitmap,
|
| cc::SharedBitmapId /* id */)
|
|
|
| -// Notifies the renderer that a snapshot has been retrieved.
|
| -IPC_MESSAGE_ROUTED3(ViewMsg_WindowSnapshotCompleted,
|
| - int /* snapshot_id */,
|
| - gfx::Size /* size */,
|
| - std::vector<unsigned char> /* png */)
|
| -
|
| // Fetches complete rendered content of a web page as plain text.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_GetRenderedText)
|
|
|
|
|