Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index c5f8f9114e237470b466b7c14331497cf287bd7d..5e159ff90f12c86e951d288c72a587eb67e3f788 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -1430,6 +1430,10 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_VisibilityChanged, bool /* visible */) |
// propagated to any remote frames. |
IPC_MESSAGE_ROUTED0(FrameHostMsg_SetHasReceivedUserGesture) |
+// Used to tell the browser what the DevTools FrameId is. Needed by Headless |
+// Chrome. |
+IPC_MESSAGE_ROUTED1(FrameHostMsg_SetDevToolsFrameId, std::string) |
+ |
// Used to tell the parent that the user right clicked on an area of the |
// content area, and a context menu should be shown for it. The params |
// object contains information about the node(s) that were selected when the |