Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 [ | |
| 6 NoInterfaceObject | |
| 7 ] interface PluginPlaceholderElement : HTMLDivElement { | |
| 8 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString message; | |
| 9 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void initializePlac eholderElements(); | |
|
haraken
2014/08/31 14:53:34
Can we rename this to 'createCallback', since this
jbroman
2014/08/31 16:53:49
I don't have any objections to this. I did notice
haraken
2014/09/01 00:47:38
Yes. Ideally both HTMLMarqueeElement and PluginPla
| |
| 10 }; | |
| OLD | NEW |