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

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 2844963006: Remove WebMediaPlayerClient::RequestReload() (Closed)
Patch Set: Created 3 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
Index: media/blink/webmediaplayer_impl_unittest.cc
diff --git a/media/blink/webmediaplayer_impl_unittest.cc b/media/blink/webmediaplayer_impl_unittest.cc
index 65fe1976f25c23a32527cfb151750ff508724d89..2c79fe2f35d8ac56897e72b952be1623d14bb0fd 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -98,7 +98,6 @@ class DummyWebMediaPlayerClient : public blink::WebMediaPlayerClient {
void RemotePlaybackStarted() override {}
void OnBecamePersistentVideo(bool) override {}
bool IsAutoplayingMuted() override { return is_autoplaying_muted_; }
- void RequestReload(const blink::WebURL& newUrl) override {}
bool HasSelectedVideoTrack() override { return false; }
blink::WebMediaPlayer::TrackId GetSelectedVideoTrackId() override {
return blink::WebMediaPlayer::TrackId();
« no previous file with comments | « content/renderer/media/webmediaplayer_ms_unittest.cc ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698