Chromium Code Reviews| Index: content/common/frame_owner_properties.h |
| diff --git a/content/common/frame_owner_properties.h b/content/common/frame_owner_properties.h |
| index 12325a9483fc9f0e8b5f02bbdb34c848778baeb4..824cf0f3692f11717ba9c6376c55499ba635d169 100644 |
| --- a/content/common/frame_owner_properties.h |
| +++ b/content/common/frame_owner_properties.h |
| @@ -34,6 +34,7 @@ struct CONTENT_EXPORT FrameOwnerProperties { |
| int margin_width; |
| int margin_height; |
| bool allow_fullscreen; |
| + std::string csp; |
|
Mike West
2016/09/29 08:58:53
`base::string16` would avoid some conversions (we'
|
| std::vector<blink::WebPermissionType> delegated_permissions; |
| }; |