mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 14:35:45 +01:00
Remove obsolete global private browsing code.
This commit is contained in:
@@ -62,7 +62,6 @@ var Services = Module("Services", {
|
||||
this.add("observer", "@mozilla.org/observer-service;1", "nsIObserverService");
|
||||
this.add("pref", "@mozilla.org/preferences-service;1", ["nsIPrefBranch2", "nsIPrefService"]);
|
||||
this.add("printSettings", "@mozilla.org/gfx/printsettings-service;1", "nsIPrintSettingsService");
|
||||
this.add("privateBrowsing", "@mozilla.org/privatebrowsing;1", "nsIPrivateBrowsingService");
|
||||
this.add("profile", "@mozilla.org/toolkit/profile-service;1", "nsIToolkitProfileService");
|
||||
this.add("resource:", this.PROTOCOL + "resource", ["nsIProtocolHandler", "nsIResProtocolHandler"]);
|
||||
this.add("runtime", "@mozilla.org/xre/runtime;1", ["nsIXULAppInfo", "nsIXULRuntime"]);
|
||||
|
||||
Reference in New Issue
Block a user