| Index: content/common/frame_owner_properties.h
|
| diff --git a/content/common/frame_owner_properties.h b/content/common/frame_owner_properties.h
|
| index 8767b9890aa2d0ade84a4b643c1310f5da72ed16..5c4d9ed1039e008db6efd8ba0b54882b054d4d2d 100644
|
| --- a/content/common/frame_owner_properties.h
|
| +++ b/content/common/frame_owner_properties.h
|
| @@ -36,6 +36,7 @@ struct CONTENT_EXPORT FrameOwnerProperties {
|
| int margin_height;
|
| bool allow_fullscreen;
|
| bool allow_payment_request;
|
| + bool is_display_none;
|
|
|
| // An experimental attribute to be used by a parent frame to enforce CSP on a
|
| // subframe. This is different from replicated CSP headers kept in
|
|
|