Bug 1255161 - Remove dom.mozApps.used preference. r=myk

This commit is contained in:
Marco Castelluccio 2016-03-14 17:39:09 +00:00
parent 89ad8d0c53
commit 5a3105910c

View File

@ -1275,10 +1275,6 @@ this.DOMApplicationRegistry = {
},
receiveMessage: function(aMessage) {
// nsIPrefBranch throws if pref does not exist, faster to simply write
// the pref instead of first checking if it is false.
Services.prefs.setBoolPref("dom.mozApps.used", true);
let msg = aMessage.data || {};
let mm = aMessage.target;
msg.mm = mm;