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

Unified Diff: third_party/WebKit/Source/core/html/HTMLPlugInElement.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/HTMLPlugInElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
index 56fe72273b4cc006b94ad9d1fcaad77b5063d270..77df15607c36ab42467aee589e560c7213b18bc5 100644
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
@@ -81,6 +81,9 @@ class CORE_EXPORT HTMLPlugInElement
void RequestPluginCreationWithoutLayoutObjectIfPossible();
void CreatePluginWithoutLayoutObject();
+ virtual Vector<WebParsedFeaturePolicyDeclaration> ConstructContainerPolicy()
+ const;
+
protected:
HTMLPlugInElement(const QualifiedName& tag_name,
Document&,

Powered by Google App Engine
This is Rietveld 408576698