Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index dd54cdbfbc0e4ba2f9d5b440b7d02aa91195b606..255bdceb400c4ca6fe4ede5b4c29fc89d45fdefa 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -341,6 +341,9 @@ IPC_MESSAGE_ROUTED2(FrameMsg_CustomContextMenuAction, |
content::CustomContextMenuContext /* custom_context */, |
unsigned /* action */) |
+// Requests that the RenderFrame or RenderFrameProxy sets its opener to null. |
+IPC_MESSAGE_ROUTED0(FrameMsg_DisownOpener) |
+ |
// Instructs the renderer to create a new RenderFrame object with |routing_id|. |
// The new frame should be created as a child of the object identified by |
// |parent_routing_id| or as top level if that is MSG_ROUTING_NONE. |