| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index ec6025cd94e5a5b5aad25daabff1224ddf0f2d68..8dd3bef1dac7ddf8fa25fb5bb0b872e56bf69153 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -435,11 +435,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_AppBannerAccepted,
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_AppBannerDismissed,
|
| int32_t /* request_id */)
|
|
|
| -// Asks the renderer to log a debug message to console regarding an
|
| -// app banner.
|
| -IPC_MESSAGE_ROUTED1(ChromeViewMsg_AppBannerDebugMessageRequest,
|
| - std::string /* message */)
|
| -
|
| // Notification that the page has an OpenSearch description document
|
| // associated with it.
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageHasOSDD,
|
|
|