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

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

Issue 2923563003: Move container policy logic to frame owner classes. (Closed)
Patch Set: Addressing nits Created 3 years, 6 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 353ed160d73799e9a637fc5026da00cb305d0e94..f49a4bff3b513395a85dac78aae27fcaea99b2e9 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
@@ -47,6 +47,9 @@ class CORE_EXPORT HTMLIFrameElement final
DOMTokenList* sandbox() const;
DOMTokenList* allow() const;
+ Vector<WebParsedFeaturePolicyDeclaration> ConstructContainerPolicy()
+ const override;
+
private:
explicit HTMLIFrameElement(Document&);

Powered by Google App Engine
This is Rietveld 408576698