Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index d9e9e30267411312464d9a760c0cbedf547fef83..39d2c0970d925547ffbf12b696123610bd09d114 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -297,9 +297,6 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params, |
// True if the document for the load is a unique origin that should be |
// considered potentially trustworthy. |
IPC_STRUCT_MEMBER(bool, has_potentially_trustworthy_unique_origin) |
- |
- // True if the navigation originated as an srcdoc attribute. |
- IPC_STRUCT_MEMBER(bool, is_srcdoc) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(FrameMsg_PostMessage_Params) |