Chromium Code Reviews| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.idl |
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl |
| index 78a6331f83ce10fb9cb6245e4a30d5f94a1f5274..af8cf98c840451089253cf600054fa6321b48840 100644 |
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl |
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl |
| @@ -14,6 +14,7 @@ enum PresentationConnectionState { |
| RuntimeEnabled=Presentation |
| ] interface PresentationConnection : EventTarget { |
| readonly attribute DOMString id; |
| + readonly attribute DOMString url; |
|
foolip
2017/01/11 16:26:10
It's a USVString in https://w3c.github.io/presenta
zhaobin
2017/01/12 00:19:31
Done.
|
| readonly attribute PresentationConnectionState state; |
| [MeasureAs=PresentationConnectionClose] void close(); |
| [MeasureAs=PresentationConnectionTerminate] void terminate(); |