mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 631973 - Opening Firefox in permanent private browsing mode opens an additional window with the home page; r=gavin
This commit is contained in:
parent
395e5a8864
commit
686298d11f
@ -467,7 +467,7 @@ PrivateBrowsingService.prototype = {
|
||||
|
||||
handle: function PBS_handle(aCmdLine) {
|
||||
if (aCmdLine.handleFlag("private", false))
|
||||
; // It has already been handled
|
||||
aCmdLine.preventDefault = true; // It has already been handled
|
||||
else if (aCmdLine.handleFlag("private-toggle", false)) {
|
||||
if (this._autoStarted) {
|
||||
throw Cr.NS_ERROR_ABORT;
|
||||
|
Loading…
Reference in New Issue
Block a user