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

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 2046253002: When HLS redirects are encountered recreate WebMediaPlayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile failures. 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 3a94a9af25eac7eeb9a5a2fed33c3505fa3b306f..31e72abf393d8a265eaa3bdf1db500e2d5ef2105 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -76,6 +76,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