Index: content/common/frame_owner_properties.h |
diff --git a/content/common/frame_owner_properties.h b/content/common/frame_owner_properties.h |
index 2ead2790a570214ec087a35bd7fbbe0a604f9f83..90524891b9ad389529e48cfd206d857273fde154 100644 |
--- a/content/common/frame_owner_properties.h |
+++ b/content/common/frame_owner_properties.h |
@@ -35,6 +35,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 |