Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnection.idl

Issue 2423203002: [Presentation API] add url property to blink PresentationConnection object (Closed)
Patch Set: rebase and fix layout test for windows Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/PresentationConnection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..af8cf98c840451089253cf600054fa6321b48840 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
@@ -13,7 +13,8 @@ enum PresentationConnectionState {
[
RuntimeEnabled=Presentation
] interface PresentationConnection : EventTarget {
- readonly attribute DOMString? id;
+ readonly attribute DOMString id;
+ readonly attribute DOMString url;
readonly attribute PresentationConnectionState state;
[MeasureAs=PresentationConnectionClose] void close();
[MeasureAs=PresentationConnectionTerminate] void terminate();
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/PresentationConnection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698