mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
This commit is contained in:
parent
22a51d9ed1
commit
3f92998af0
@ -439,11 +439,6 @@ 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"].
|
||||
|
Loading…
Reference in New Issue
Block a user