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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 1894073002: Revert of Allow muting/unmuting audio through media track API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink-sb-tracks6
Patch Set: Rebased Created 4 years, 8 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/base/renderer.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index abca43c62d8d76516ac4b3ecdb8da04d2ac53b16..59b021f0e1c1764d98c83ac5a7770d78aba58c2b 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -127,13 +127,6 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
bool hasVideo() const override;
bool hasAudio() const override;
- void enabledAudioTracksChanged(
- const blink::WebVector<blink::WebMediaPlayer::TrackId>& enabledTrackIds)
- override;
- // |selectedTrackId| is null if no track is selected.
- void selectedVideoTrackChanged(
- blink::WebMediaPlayer::TrackId* selectedTrackId) override;
-
// Dimensions of the video.
blink::WebSize naturalSize() const override;
« no previous file with comments | « media/base/renderer.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698