| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index fc9f6170ddf6e50adcd244451d21ca8e54e011f4..8b9a99b2e10f3c6677c2641466af3f5a188b02ea 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -306,12 +306,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 */,
|
|
|