| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 5eab22a8ac49bc00889b2d787cc059b5a6e7e5a7..fefe3c8c4219a481f53b242e5477f1576ac3e972 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -349,12 +349,6 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_ShowFlashPermissionBubble)
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin,
|
| base::FilePath /* plugin_path */)
|
|
|
| -// Notification that the page has an OpenSearch description document
|
| -// associated with it.
|
| -IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_PageHasOSDD,
|
| - GURL /* page_url */,
|
| - GURL /* osdd_url */)
|
| -
|
| // Notifies when a plugin couldn't be loaded because it's outdated.
|
| IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_BlockedOutdatedPlugin,
|
| int /* placeholder ID */,
|
|
|