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

Unified Diff: LayoutTests/presentation/presentation-api.html

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 | « no previous file | LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/presentation/presentation-api.html
diff --git a/LayoutTests/presentation/presentation-api.html b/LayoutTests/presentation/presentation-api.html
index 2677b7e5610c3fb6b20b82697e5968ae20819ebb..96cfd41e50d75232998b915d6af55a37a3bd4b56 100644
--- a/LayoutTests/presentation/presentation-api.html
+++ b/LayoutTests/presentation/presentation-api.html
@@ -26,7 +26,7 @@ test(function() {
test(function() {
var request = new PresentationRequest('foo.html');
assert_equals(typeof(request.start), "function");
- assert_equals(typeof(request.join), "function");
+ assert_equals(typeof(request.reconnect), "function");
assert_equals(typeof(request.getAvailability), "function");
assert_equals(typeof(request.onsessionconnect), "object");
« no previous file with comments | « no previous file | LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698