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

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

Issue 2370783002: Adding CSP attribute on HTMLIFrameElement (Closed)
Patch Set: Addressing Comments: changing TreatAsNull, adding frameOwnerPropertyChanged 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.h
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
index eab1b4594bf54ddac3c302e7ab7dd46d79b2a211..f34a74ccb5cfd15f45f5dc4922ccdd4f3c1a4198 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
@@ -71,6 +71,7 @@ private:
bool initializePermissionsAttribute();
AtomicString m_name;
+ AtomicString m_csp;
bool m_didLoadNonEmptyDocument;
bool m_allowFullscreen;
Member<HTMLIFrameElementSandbox> m_sandbox;

Powered by Google App Engine
This is Rietveld 408576698