Bug 1240423 - part6 : remove useless pref in Android. draft
authorAlastor Wu <alwu@mozilla.com>
Wed, 01 Jun 2016 10:26:24 +0800
changeset 373705 1846fc54cf7bd1366c751a5b44d11e3d26e09085
parent 373704 cf6ca36d56ac49817a5f0a5ff02cd1c0e5ebf0c2
child 373706 12c7db6a405a72236eb206aa34fed972fda79f54
push id19816
push useralwu@mozilla.com
push dateWed, 01 Jun 2016 02:38:39 +0000
bugs1240423
milestone49.0a1
Bug 1240423 - part6 : remove useless pref in Android. MozReview-Commit-ID: 8JFMZ5384wZ
mobile/android/app/mobile.js
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -921,12 +921,8 @@ pref("identity.sync.tokenserver.uri", "h
 
 // Enable Presentation API
 pref("dom.presentation.enabled", true);
 pref("dom.presentation.discovery.enabled", true);
 
 pref("dom.audiochannel.audioCompeting", true);
 // TODO : turn this pref default on in bug1264901
 pref("dom.audiochannel.mediaControl", false);
-
-// TODO : remove it after landing bug1242874 because now it's the only way to
-// suspend the MediaElement.
-pref("media.useAudioChannelAPI", true);