Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index f5f1a394451241ec50576dc6c5b056f293721748..8ae6d19a8e07019bd8df2827412d84a1efcb2581 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -427,11 +427,6 @@ IPC_MESSAGE_CONTROL2(ExtensionMsg_SetSystemFont, |
IPC_MESSAGE_CONTROL1(ExtensionMsg_ActivateExtension, |
std::string /* extension_id */) |
-// Notifies the renderer that the current tab is an extension page (we limit |
-// what other extensions can do on these pages). |
-IPC_MESSAGE_ROUTED1(ExtensionMsg_SetMainFrameExtensionOwner, |
- std::string /* extension_id */) |
- |
// Notifies the renderer that extensions were loaded in the browser. |
IPC_MESSAGE_CONTROL1(ExtensionMsg_Loaded, |
std::vector<ExtensionMsg_Loaded_Params>) |