Skip to content

Commit

Permalink
toggleTabPrivate(): restore return value in multi-process mode
Browse files Browse the repository at this point in the history
Note: may be wrong…
(#162,  #208)
  • Loading branch information
Infocatcher committed Mar 1, 2016
1 parent 71cb4f7 commit 80e15c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3635,7 +3635,7 @@ var privateTab = {
action: "ToggleState",
isPrivate: isPrivate
});
return;
return isPrivateAttr;
}

var privacyContext = this.getTabPrivacyContext(tab);
Expand Down

0 comments on commit 80e15c8

Please sign in to comment.