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

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 2095053003: Merge M52: "When HLS redirects are encountered recreate WebMediaPlayer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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/blink/webmediaplayer_impl.cc ('k') | media/test/data/bear.m3u8 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl_unittest.cc
diff --git a/media/blink/webmediaplayer_impl_unittest.cc b/media/blink/webmediaplayer_impl_unittest.cc
index 57b466d004e56613045533a4cf563f58e98a84f2..12198a5454f14b070d1c78b7fa2c15a076ff10d1 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -77,6 +77,7 @@ class DummyWebMediaPlayerClient : public blink::WebMediaPlayerClient {
void connectedToRemoteDevice() override {}
void disconnectedFromRemoteDevice() override {}
void cancelledRemotePlaybackRequest() override {}
+ void requestReload(const blink::WebURL& newUrl) override {}
private:
DISALLOW_COPY_AND_ASSIGN(DummyWebMediaPlayerClient);
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | media/test/data/bear.m3u8 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698