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

Unified Diff: content/common/frame_messages.h

Issue 1550723003: Adapt MixedContentChecker for remote frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add some basic browser tests, fix a replication state bug that the test found Created 4 years, 11 months 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 0014c8a958705cfd2fb0ecf09b004a6cf47c7459..083983b1ea5af4126b373b46e745387a1b3b77c1 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -363,6 +363,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState)
IPC_STRUCT_TRAITS_MEMBER(origin)
IPC_STRUCT_TRAITS_MEMBER(sandbox_flags)
IPC_STRUCT_TRAITS_MEMBER(name)
+ IPC_STRUCT_TRAITS_MEMBER(scope)
estark 2016/01/14 23:05:49 I'm not actually sure if this line is necessary...
alexmos 2016/01/16 00:49:50 Good catch! Yes, all the fields of the struct sho
+ IPC_STRUCT_TRAITS_MEMBER(should_enforce_strict_mixed_content_checking)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_BEGIN(FrameMsg_NewFrame_WidgetParams)

Powered by Google App Engine
This is Rietveld 408576698