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

Unified Diff: media/blink/webmediaplayer_cast_android.cc

Issue 1829923003: [Android,RemotePlayback] Resolve HTMLMediaElement.remote.connect() with false when device is not se… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-playback-connect
Patch Set: Rebased Created 4 years, 9 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 | « media/blink/webmediaplayer_cast_android.h ('k') | media/blink/webmediaplayer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_cast_android.cc
diff --git a/media/blink/webmediaplayer_cast_android.cc b/media/blink/webmediaplayer_cast_android.cc
index ec94419a916aacfdade38adcff690319f0a6f496..414895405cae9e53cf03c0aea132c2f124dc0cae 100644
--- a/media/blink/webmediaplayer_cast_android.cc
+++ b/media/blink/webmediaplayer_cast_android.cc
@@ -296,6 +296,11 @@ void WebMediaPlayerCast::OnDisconnectedFromRemoteDevice() {
webmediaplayer_->OnDisconnectedFromRemoteDevice(t);
}
+void WebMediaPlayerCast::OnCancelledRemotePlaybackRequest() {
+ DVLOG(1) << __FUNCTION__;
+ client_->cancelledRemotePlaybackRequest();
+}
+
void WebMediaPlayerCast::OnDidExitFullscreen() {
DVLOG(1) << __FUNCTION__;
}
« no previous file with comments | « media/blink/webmediaplayer_cast_android.h ('k') | media/blink/webmediaplayer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698