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

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

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/core/frame/UseCounter.h ('k') | Source/modules/presentation/PresentationRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationRequest.h
diff --git a/Source/modules/presentation/PresentationRequest.h b/Source/modules/presentation/PresentationRequest.h
index ebd921bbb3279f0e4e04aa06c9116f87305fee03..79d35eabab00c6729d7fae833e3c0278e5945aa6 100644
--- a/Source/modules/presentation/PresentationRequest.h
+++ b/Source/modules/presentation/PresentationRequest.h
@@ -36,7 +36,7 @@ public:
bool hasPendingActivity() const;
ScriptPromise start(ScriptState*);
- ScriptPromise join(ScriptState*, const String& id);
+ ScriptPromise reconnect(ScriptState*, const String& id);
ScriptPromise getAvailability(ScriptState*);
const KURL& url() const;
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/presentation/PresentationRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698