Chromium Code Reviews| Index: Source/core/wawwa/RemotePlayer.idl |
| diff --git a/Source/modules/quota/StorageInfo.idl b/Source/core/wawwa/RemotePlayer.idl |
| similarity index 84% |
| copy from Source/modules/quota/StorageInfo.idl |
| copy to Source/core/wawwa/RemotePlayer.idl |
| index 112f4a472efd8fb27b9517619d4fe513efa3cca7..91a1e91bcbee5f3d6e7d644d1cf4205aaf1b942a 100644 |
| --- a/Source/modules/quota/StorageInfo.idl |
| +++ b/Source/core/wawwa/RemotePlayer.idl |
| @@ -28,11 +28,18 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| + |
| [ |
| - GarbageCollected, |
| - NoInterfaceObject, |
| - RuntimeEnabled=QuotaPromise |
| -] interface StorageInfo { |
| - readonly attribute unsigned long long usage; |
| - readonly attribute unsigned long long quota; |
| + Exposed=RemotePlayer, |
| + Exposed=Worker, |
| + WillBeGarbageCollected |
| +] interface RemotePlayer { |
| + [RaisesException] void pause(); |
| + [RaisesException] void play(); |
| + [RaisesException] void cancel(); |
| + [RaisesException] void finish(); |
| + [RaisesException] void reverse(); |
| }; |
| + |
| +/* |
|
dstockwell
2014/08/29 01:05:44
??
nainar1
2014/08/29 06:01:40
Should be removed
|
| +*/ |