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

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 2487373003: Disable background video track behind a feature flag (Closed)
Patch Set: Added the feature flag to histograms.xml 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: media/blink/webmediaplayer_impl_unittest.cc
diff --git a/media/blink/webmediaplayer_impl_unittest.cc b/media/blink/webmediaplayer_impl_unittest.cc
index cf50ffdc191abbcda3e155ccf3cd5e29b619a481..ac2141fe1bc0841d6bb53785473be2a13b875963 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -87,6 +87,8 @@ class DummyWebMediaPlayerClient : public blink::WebMediaPlayerClient {
void disconnectedFromRemoteDevice() override {}
void cancelledRemotePlaybackRequest() override {}
void remotePlaybackStarted() override {}
+ void hidden() override {}
+ void shown() override {}
bool isAutoplayingMuted() override { return is_autoplaying_muted_; }
void requestReload(const blink::WebURL& newUrl) override {}

Powered by Google App Engine
This is Rietveld 408576698