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

Unified Diff: media/blink/webmediaplayer_cast_android.h

Issue 2468303002: [RemotePlayback] Stop remote playback when disableRemotePlayback is set (Closed)
Patch Set: Created 4 years, 1 month 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: media/blink/webmediaplayer_cast_android.h
diff --git a/media/blink/webmediaplayer_cast_android.h b/media/blink/webmediaplayer_cast_android.h
index c1143ba9f2e225ce6ab7b0599091bd0fe7e1363f..dd3f223ec0652fa3100e54d78103f7c5430dcca2 100644
--- a/media/blink/webmediaplayer_cast_android.h
+++ b/media/blink/webmediaplayer_cast_android.h
@@ -41,6 +41,7 @@ class WebMediaPlayerCast : public RendererMediaPlayerInterface {
void requestRemotePlayback();
void requestRemotePlaybackControl();
+ void requestRemotePlaybackStop();
void SetMediaPlayerManager(
RendererMediaPlayerManagerInterface* media_player_manager);

Powered by Google App Engine
This is Rietveld 408576698