Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index cd2e4ee3c26a4033952e5e29b04872a02e0af1a4..becea21c42fb39678c92903bb8a5457fdd994540 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -296,9 +296,6 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params, |
// 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) |
- |
// See WebSearchableFormData for a description of these. |
// Not used by PlzNavigate: in that case these fields are sent to the browser |
// in BeginNavigationParams. |