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

Unified Diff: media/renderers/renderer_impl.h

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/renderers/renderer_impl.h
diff --git a/media/renderers/renderer_impl.h b/media/renderers/renderer_impl.h
index ba33103386d9549868b44fb57c3ab0bfd800c859..40f5dd8ab4d8597f8e68ffb818814915dad61854 100644
--- a/media/renderers/renderer_impl.h
+++ b/media/renderers/renderer_impl.h
@@ -63,6 +63,7 @@ class MEDIA_EXPORT RendererImpl : public Renderer {
base::TimeDelta GetMediaTime() final;
bool HasAudio() final;
bool HasVideo() final;
+ bool AllowSuspend() final;
// Helper functions for testing purposes. Must be called before Initialize().
void DisableUnderflowForTesting();

Powered by Google App Engine
This is Rietveld 408576698