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

Unified Diff: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl

Issue 2370783002: Adding CSP attribute on HTMLIFrameElement (Closed)
Patch Set: Adding formatting to the test file Created 4 years, 3 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: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
index bdfc2854a39e75a93ab6a76c7ae5282fc9e95f25..5d09ae7aa590cf0ed7a396cf23857455879170a5 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
@@ -45,4 +45,5 @@ interface HTMLIFrameElement : HTMLElement {
[CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
[CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth;
+ [RuntimeEnabled=EmbedderCSPEnforcement, CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString csp;
Mike West 2016/09/26 14:55:02 1. Please move this up out of the `// obsolete mem
};

Powered by Google App Engine
This is Rietveld 408576698