mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 463582 - Private browsing menu item does not work with no browser windows open; r=gavin
This commit is contained in:
parent
2c38acc533
commit
afec68a6a3
@ -1478,11 +1478,16 @@ function nonBrowserWindowDelayedStartup()
|
||||
|
||||
// Set up Sanitize Item
|
||||
initializeSanitizer();
|
||||
|
||||
// initialize the private browsing UI
|
||||
gPrivateBrowsingUI.init();
|
||||
}
|
||||
|
||||
function nonBrowserWindowShutdown()
|
||||
{
|
||||
BrowserOffline.uninit();
|
||||
|
||||
gPrivateBrowsingUI.uninit();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user