Chromium Code Reviews| Index: extensions/renderer/dispatcher.cc |
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc |
| index 44b2fd0f96e818a1bf056574ab16224c2ad99ab8..647f4f4f0bc572dd72432dc22ee72a5fa1bfd418 100644 |
| --- a/extensions/renderer/dispatcher.cc |
| +++ b/extensions/renderer/dispatcher.cc |
| @@ -830,7 +830,9 @@ void Dispatcher::UpdateOriginPermissions( |
| void Dispatcher::EnableCustomElementWhiteList() { |
| blink::WebCustomElement::addEmbedderCustomElementName("webview"); |
| - blink::WebCustomElement::addEmbedderCustomElementName("browser-plugin"); |
| + blink::WebCustomElement::addEmbedderCustomElementName("appview"); |
| + blink::WebCustomElement::addEmbedderCustomElementName("appplugin"); |
|
not at google - send to devlin
2014/06/27 17:32:19
ppp looks funny :)
Fady Samuel
2014/06/27 18:14:31
Fortunately, an internal custom element (that we u
|
| + blink::WebCustomElement::addEmbedderCustomElementName("browserplugin"); |
| } |
| void Dispatcher::UpdateBindings(const std::string& extension_id) { |