mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 3b25f7b4a9ce (bug 769288)
This commit is contained in:
parent
000047ee02
commit
828cfad284
@ -439,6 +439,11 @@ PrivateBrowsingService.prototype = {
|
|||||||
this._unload();
|
this._unload();
|
||||||
break;
|
break;
|
||||||
case "private-browsing":
|
case "private-browsing":
|
||||||
|
// clear all auth tokens
|
||||||
|
let sdr = Cc["@mozilla.org/security/sdr;1"].
|
||||||
|
getService(Ci.nsISecretDecoderRing);
|
||||||
|
sdr.logoutAndTeardown();
|
||||||
|
|
||||||
if (!this._inPrivateBrowsing) {
|
if (!this._inPrivateBrowsing) {
|
||||||
// Clear the error console
|
// Clear the error console
|
||||||
let consoleService = Cc["@mozilla.org/consoleservice;1"].
|
let consoleService = Cc["@mozilla.org/consoleservice;1"].
|
||||||
|
Loading…
Reference in New Issue
Block a user