Index: components/content_settings/content/common/content_settings_messages.h |
diff --git a/components/content_settings/content/common/content_settings_messages.h b/components/content_settings/content/common/content_settings_messages.h |
index 63a64c07cb2385570b4a6080e1b15a3020afcce3..6d969472da6b7815cbec289b298c7d4e805c89d2 100644 |
--- a/components/content_settings/content/common/content_settings_messages.h |
+++ b/components/content_settings/content/common/content_settings_messages.h |
@@ -32,9 +32,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_RequestFileSystemAccessAsyncResponse, |
int /* request_id */, |
bool /* allowed */) |
-// Tells the renderer that the NPAPI cannot be used. For example Ash on windows. |
-IPC_MESSAGE_ROUTED0(ChromeViewMsg_NPAPINotSupported) |
- |
// Tells the render frame to load all blocked plugins with the given identifier. |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_LoadBlockedPlugins, |
std::string /* identifier */) |