| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index ab5c73defa74d3424e906834eb4e453fba7cd182..f75359e63013f0e83b4e52efc3489fa2a1042a40 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -476,13 +476,6 @@ IPC_SYNC_MESSAGE_CONTROL1_3(
|
| #endif
|
|
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| -// Tells the browser to search for a plugin that can handle the given MIME
|
| -// type. The result will be sent asynchronously to the routing ID
|
| -// |placeholder_id|.
|
| -IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_FindMissingPlugin,
|
| - int /* placeholder_id */,
|
| - std::string /* mime_type */)
|
| -
|
| // Notifies the browser that a missing plugin placeholder has been removed, so
|
| // the corresponding PluginPlaceholderHost can be deleted.
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_RemovePluginPlaceholderHost,
|
|
|