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

Unified Diff: extensions/renderer/dispatcher.cc

Issue 353013007: Implement <appview> skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Created 6 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: extensions/renderer/dispatcher.cc
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
index 44b2fd0f96e818a1bf056574ab16224c2ad99ab8..9ebbadc8856afa52d9f4734714603ee535956639 100644
--- a/extensions/renderer/dispatcher.cc
+++ b/extensions/renderer/dispatcher.cc
@@ -830,6 +830,8 @@ void Dispatcher::UpdateOriginPermissions(
void Dispatcher::EnableCustomElementWhiteList() {
blink::WebCustomElement::addEmbedderCustomElementName("webview");
+ blink::WebCustomElement::addEmbedderCustomElementName("appview");
+ blink::WebCustomElement::addEmbedderCustomElementName("app-plugin");
lazyboy 2014/06/27 04:14:02 Do we need this whitelist as it already contains a
Fady Samuel 2014/06/27 16:11:00 I got rid of the dash.
blink::WebCustomElement::addEmbedderCustomElementName("browser-plugin");
}

Powered by Google App Engine
This is Rietveld 408576698