Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index b2b136c5ef3ddfe51f47aca9824fc8319ceadf86..662b61a63b2e8366d4bc9754324411eabe9f6b48 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -437,10 +437,6 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_OpenAboutPlugins) |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin, |
base::FilePath /* plugin_path */) |
-// Tells the browser that we blocked a plugin because NPAPI is not supported. |
-IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_NPAPINotSupported, |
- std::string /* identifer */) |
- |
// Asks the renderer whether an app banner should be shown. It will reply with |
// ChromeViewHostMsg_AppBannerPromptReply. |
IPC_MESSAGE_ROUTED2(ChromeViewMsg_AppBannerPromptRequest, |