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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayerClient.h

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
Index: third_party/WebKit/public/platform/WebMediaPlayerClient.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayerClient.h b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
index a242e27c86704401753ff5ea9aac651c4b6ea1bb..7c9890c63cbef0959c0b053e922b71ccb5739e5e 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayerClient.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
@@ -81,6 +81,7 @@ public:
virtual void remoteRouteAvailabilityChanged(bool) = 0;
virtual void connectedToRemoteDevice() = 0;
virtual void disconnectedFromRemoteDevice() = 0;
+ virtual void cancelledRemotePlaybackRequest() = 0;
protected:
~WebMediaPlayerClient() { }

Powered by Google App Engine
This is Rietveld 408576698