Skip to content

Commit

Permalink
Remove aboutTor component
Browse files Browse the repository at this point in the history
  • Loading branch information
acatarineu committed May 28, 2019
1 parent 4dd346e commit 5b13748
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
53 changes: 0 additions & 53 deletions components/aboutTor.js

This file was deleted.

7 changes: 0 additions & 7 deletions components/startup-observer.js
Expand Up @@ -62,13 +62,6 @@ function StartupObserver() {
} catch(e) {
this.logger.log(4, "Early proxy change failed. Will try again at profile load. Error: "+e);
}

// Arrange for our about:tor handler to be loaded in the default (chrome)
// process as well as in each content process.
let ppmm = Cc["@mozilla.org/parentprocessmessagemanager;1"]
.getService(Ci.nsIProcessScriptLoader);
ppmm.loadProcessScript("resource://torbutton/components/aboutTor.js",
true);
}

StartupObserver.prototype = {
Expand Down

0 comments on commit 5b13748

Please sign in to comment.