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

Unified Diff: Source/core/html/shadow/PluginPlaceholderElement.idl

Issue 516273002: Move plugin placeholder style to CSS, and allow it to bypass main world CSP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whitelist an explicit string Created 6 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: Source/core/html/shadow/PluginPlaceholderElement.idl
diff --git a/Source/core/html/shadow/PluginPlaceholderElement.idl b/Source/core/html/shadow/PluginPlaceholderElement.idl
index 25508d6608858721988362efb42db8386a1322c4..61656af10a875654028b1b98be604d8a9a75d4de 100644
--- a/Source/core/html/shadow/PluginPlaceholderElement.idl
+++ b/Source/core/html/shadow/PluginPlaceholderElement.idl
@@ -7,4 +7,5 @@
] interface PluginPlaceholderElement : HTMLDivElement {
[ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString message;
[ImplementedInPrivateScript, OnlyExposedToPrivateScript] void createCallback();
+ [OnlyExposedToPrivateScript] HTMLStyleElement createStyleElement();
};

Powered by Google App Engine
This is Rietveld 408576698