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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.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: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index c927eeb9db8409a3900dd725e0749b70eb442480..a38399e5d390696708b63a52e873188c8ebed8e2 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -181,6 +181,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
void pause();
void requestRemotePlayback();
void requestRemotePlaybackControl();
+ void requestRemotePlaybackStop();
// statistics
unsigned webkitAudioDecodedByteCount() const;

Powered by Google App Engine
This is Rietveld 408576698