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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp

Issue 2345863002: [Blink, RemotePlayback] Rename connect() to prompt() (Closed)
Patch Set: Rebase Created 4 years, 3 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
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
index 9eefecd0c10488820508e5dd25ad49d4e96ff782..d3c068511620f503cd454d8a48b6c819a81dba29 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
@@ -3009,7 +3009,7 @@ void HTMLMediaElement::disconnectedFromRemoteDevice()
void HTMLMediaElement::cancelledRemotePlaybackRequest()
{
if (remotePlaybackClient())
- remotePlaybackClient()->connectCancelled();
+ remotePlaybackClient()->promptCancelled();
}
void HTMLMediaElement::requestReload(const WebURL& newUrl)

Powered by Google App Engine
This is Rietveld 408576698