diff options
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index f1c9bcda..7deb5dc 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -101,6 +101,10 @@ struct ViewHostMsg_FrameNavigate_Params { // True if this was a post request. bool is_post; + + // Whether the content of the frame was replaced with some alternate content + // (this can happen if the resource was insecure). + bool is_content_filtered; }; // Parameters structure for ViewHostMsg_ContextMenu, which has too many data |