You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, when suspending a tab, it would not have any noticeable effect on chrome://history.
However, currently it will create a second entry, one for the original tab, and another for the suspended version.
This should be fixed already, but it appears there's a bug in chrome where calling chrome.history.deleteUrl removes it from local history, but continues to show it on the chrome://history view of chrome.
Ideally, when suspending a tab, it would not have any noticeable effect on
chrome://history
.However, currently it will create a second entry, one for the original tab, and another for the suspended version.
This should be fixed already, but it appears there's a bug in chrome where calling
chrome.history.deleteUrl
removes it from local history, but continues to show it on thechrome://history
view of chrome.Refer to: https://bugs.chromium.org/p/chromium/issues/detail?id=402259
https://bugs.chromium.org/p/chromium/issues/detail?id=395955
Note. Apparently this is only an issue when syncing is turned on via the chrome profile.
The text was updated successfully, but these errors were encountered: