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

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

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: Separating CSP test, addressing co commnets 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 f34a74ccb5cfd15f45f5dc4922ccdd4f3c1a4198..0bfc86740a0242952b38faa2eaf2a9f9dbbd24e3 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
@@ -66,6 +66,8 @@ private:
bool allowFullscreen() const override { return m_allowFullscreen; }
+ AtomicString csp() const override { return m_csp; }
+
const WebVector<WebPermissionType>& delegatedPermissions() const override { return m_delegatedPermissions; }
bool initializePermissionsAttribute();

Powered by Google App Engine
This is Rietveld 408576698