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

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 1972783003: Disable idle suspend for Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted all content/ changes, API now in Renderer Created 4 years, 7 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 d94285006637d101028ed6f89f63557a27773afc..6cf13023914e5fc23a267239eacbe43af62714f7 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -108,7 +108,8 @@ class WebMediaPlayerImplTest : public testing::Test {
scoped_refptr<SwitchableAudioRendererSink>(), media_log_,
media_thread_.task_runner(), message_loop_.task_runner(),
message_loop_.task_runner(), WebMediaPlayerParams::Context3DCB(),
- base::Bind(&OnAdjustAllocatedMemory), nullptr, nullptr, nullptr)));
+ base::Bind(&OnAdjustAllocatedMemory), nullptr, nullptr, nullptr,
+ true)));
}
~WebMediaPlayerImplTest() override {

Powered by Google App Engine
This is Rietveld 408576698