| 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 ca7838e024b87a0193372bf315ab26f6dcd75598..3b0f7b28734aa13d7976d4ef3803effcfa915c4b 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;
|
| readonly attribute PresentationConnectionState state;
|
| [MeasureAs=PresentationConnectionClose] void close();
|
| [MeasureAs=PresentationConnectionTerminate] void terminate();
|
|
|