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

Unified Diff: third_party/WebKit/Source/core/dom/SecurityContext.h

Issue 2739203002: Initial Implementation of Iframe Attribute for Feature Policy (Part 3) (Closed)
Patch Set: Bug fix: frame owner does not always exist. Created 3 years, 9 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/dom/SecurityContext.h
diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.h b/third_party/WebKit/Source/core/dom/SecurityContext.h
index e3dde509d20e9e2ba9913976e655a8a1f2640962..8490807fe5eebb005d3dde78cc4c257630e4e1e6 100644
--- a/third_party/WebKit/Source/core/dom/SecurityContext.h
+++ b/third_party/WebKit/Source/core/dom/SecurityContext.h
@@ -94,6 +94,7 @@ class CORE_EXPORT SecurityContext : public GarbageCollectedMixin {
WebFeaturePolicy* getFeaturePolicy() const { return m_featurePolicy.get(); }
void initializeFeaturePolicy(const WebParsedFeaturePolicy& parsedHeader,
+ const WebParsedFeaturePolicy& containerPolicy,
const WebFeaturePolicy* parentFeaturePolicy);
void updateFeaturePolicyOrigin();

Powered by Google App Engine
This is Rietveld 408576698