mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1255161 - Remove dom.mozApps.used preference. r=myk
This commit is contained in:
parent
89ad8d0c53
commit
5a3105910c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user