Remove SelfSupportBackend module.

This commit is contained in:
Ascrod 2018-06-01 20:28:01 -04:00 committed by Roy Tam
commit d53f36e9fb
3 changed files with 0 additions and 317 deletions

View file

@ -56,7 +56,6 @@ XPCOMUtils.defineLazyServiceGetter(this, "AlertsService", "@mozilla.org/alerts-s
["ReaderParent", "resource:///modules/ReaderParent.jsm"],
["RecentWindow", "resource:///modules/RecentWindow.jsm"],
["RemotePrompt", "resource:///modules/RemotePrompt.jsm"],
["SelfSupportBackend", "resource:///modules/SelfSupportBackend.jsm"],
["SessionStore", "resource:///modules/sessionstore/SessionStore.jsm"],
["ShellService", "resource:///modules/ShellService.jsm"],
["SimpleServiceDiscovery", "resource://gre/modules/SimpleServiceDiscovery.jsm"],
@ -681,8 +680,6 @@ BrowserGlue.prototype = {
ReaderParent.init();
URLBarZoom.init();
SelfSupportBackend.init();
// Ensure we keep track of places/pw-mananager undo by init'ing this early.
Cu.import("resource:///modules/AutoMigrate.jsm");
@ -1030,7 +1027,6 @@ BrowserGlue.prototype = {
}
BrowserUsageTelemetry.uninit();
SelfSupportBackend.uninit();
UserAgentOverrides.uninit();
PageThumbs.uninit();
NewTabMessages.uninit();