1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 00:35:47 +01:00

Remove obsolete global private browsing code.

This commit is contained in:
Kris Maglione
2015-03-09 19:24:51 -07:00
parent daaea67294
commit 1bcc5502e7
7 changed files with 7 additions and 41 deletions

View File

@@ -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"]);