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

Unified Diff: Source/modules/presentation/PresentationRequest.idl

Issue 1322123002: Presentation API: rename PresentationRequest.join() to reconnect(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test Created 5 years, 4 months 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 | « Source/modules/presentation/PresentationRequest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationRequest.idl
diff --git a/Source/modules/presentation/PresentationRequest.idl b/Source/modules/presentation/PresentationRequest.idl
index 9c4aec87f3b146e9e596d54558bef8dc32608779..684fb2d088d2979d32cb9b4f48d64eed22415912 100644
--- a/Source/modules/presentation/PresentationRequest.idl
+++ b/Source/modules/presentation/PresentationRequest.idl
@@ -14,7 +14,7 @@
MeasureAs=PresentationRequestConstructor
] interface PresentationRequest : EventTarget {
[CallWith=ScriptState, MeasureAs=PresentationRequestStart] Promise<PresentationSession> start();
- [CallWith=ScriptState, MeasureAs=PresentationRequestJoin] Promise<PresentationSession> join(DOMString id);
+ [CallWith=ScriptState, MeasureAs=PresentationRequestReconnect] Promise<PresentationSession> reconnect(DOMString id);
[CallWith=ScriptState, MeasureAs=PresentationRequestGetAvailability] Promise<PresentationAvailability> getAvailability();
attribute EventHandler onsessionconnect;
« no previous file with comments | « Source/modules/presentation/PresentationRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698