Skip to content

Commit

Permalink
Backed out changeset 34eb0961da2c (bug 769288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Dec 8, 2012
1 parent 5b7a91d commit c48724e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ PrivateBrowsingService.prototype = {
this._unload();
break;
case "private-browsing":
// clear all auth tokens
let sdr = Cc["@mozilla.org/security/sdr;1"].
getService(Ci.nsISecretDecoderRing);
sdr.logoutAndTeardown();

if (!this._inPrivateBrowsing) {
// Clear the error console
let consoleService = Cc["@mozilla.org/consoleservice;1"].
Expand Down

0 comments on commit c48724e

Please sign in to comment.