| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 90dc3dbac5ff4364d6f28c43b3919333af32a662..2d48d9c0ade989b492910d553ed52c6812b70e23 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -252,21 +252,6 @@ IPC_MESSAGE_ROUTED4(ChromeViewMsg_WebUIJavaScript,
|
| // render view responds with a ChromeViewHostMsg_Snapshot.
|
| IPC_MESSAGE_ROUTED0(ChromeViewMsg_CaptureSnapshot)
|
|
|
| -// History system notification that the visited link database has been
|
| -// replaced. It has one SharedMemoryHandle argument consisting of the table
|
| -// handle. This handle is valid in the context of the renderer
|
| -IPC_MESSAGE_CONTROL1(ChromeViewMsg_VisitedLink_NewTable,
|
| - base::SharedMemoryHandle)
|
| -
|
| -// History system notification that a link has been added and the link
|
| -// coloring state for the given hash must be re-calculated.
|
| -IPC_MESSAGE_CONTROL1(ChromeViewMsg_VisitedLink_Add, std::vector<uint64>)
|
| -
|
| -// History system notification that one or more history items have been
|
| -// deleted, which at this point means that all link coloring state must be
|
| -// re-calculated.
|
| -IPC_MESSAGE_CONTROL0(ChromeViewMsg_VisitedLink_Reset)
|
| -
|
| // Set the content setting rules stored by the renderer.
|
| IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetContentSettingRules,
|
| RendererContentSettingRules /* rules */)
|
|
|