Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1552)

Unified Diff: content/common/frame_messages.h

Issue 2494633004: Remove about:srcdoc url conversion. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 844770fd059b3cc6d291f94c16ddbbe8e012ec8c..a7874267c5a328674f13a811abc351229df1476f 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -299,9 +299,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.

Powered by Google App Engine
This is Rietveld 408576698