Bug 819956 - Remove gBrowserGlue from DownloadsCommon.jsm; r=gavin

This commit is contained in:
Ehsan Akhgari 2012-12-10 11:01:59 -05:00
parent 3dfdce66e9
commit fc4dcbf2e8

View File

@ -47,9 +47,6 @@ const Cr = Components.results;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");
XPCOMUtils.defineLazyServiceGetter(this, "gBrowserGlue",
"@mozilla.org/browser/browserglue;1",
"nsIBrowserGlue");
XPCOMUtils.defineLazyModuleGetter(this, "NetUtil",
"resource://gre/modules/NetUtil.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "PluralForm",