Bug 1272422 - Part 1: Expose control of suspending background video. r=cpearce

This will show media.suspend-bkgnd-video.enabled to users.

MozReview-Commit-ID: HMpdl4Ch9zE
This commit is contained in:
Dan Glastonbury 2016-05-13 11:23:44 +10:00
parent 09e4321de2
commit ccab45520f

View File

@ -365,6 +365,9 @@ pref("media.decoder-doctor.notifications-allowed", "MediaWidevineNoWMFNoSilverli
// Whether we report partial failures.
pref("media.decoder-doctor.verbose", false);
// Whether to suspend decoding of videos in background tabs.
pref("media.suspend-bkgnd-video.enabled", true);
#ifdef MOZ_WEBRTC
pref("media.navigator.enabled", true);
pref("media.navigator.video.enabled", true);