Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index 0bf572d479c4fc9848af9bd11fecdf11fdfff7ea..320bda7ac3622a32fcd3a76fae908b12b0f5ba33 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -831,11 +831,6 @@ |
int /* request_id */, |
std::string /* extension_id */) |
-// Notifies the browser that the specified extension API schema could not be |
-// parsed. |
-IPC_MESSAGE_CONTROL1(ExtensionHostMsg_NotifyBadExtensionApiSchema, |
- std::string /* api */) |
- |
// Tells listeners that a detailed message was reported to the console by |
// WebKit. |
IPC_MESSAGE_ROUTED4(ExtensionHostMsg_DetailedConsoleMessageAdded, |