Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Crash where context menu Close action is used on incognito tab
The reason for the crash was that the browser state can be destroyed and created during the life time of the browser. (specifically when there no incognito tabs). The fix is to pick the value of browsing status from the existing browser state when the helper is created. Bug: 1206655 Change-Id: Iddbe65e78764be3e6d31da5a2f999419f060eab5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2881024 Reviewed-by: edchin <edchin@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#881126}
- Loading branch information