[ios] Recent Tabs Mediator ignores TRS changes if close all tabs is happening.
In order to avoid a RecentTabsTableVC update everytime a tab is closed after Closed All Tabs has been triggered, RecentTabs mediator stops forwarding any update signals to its consumer (RecentTabsTableVC) while all close tabs is taking place. Once this operation is complete it will tell its consumer to update, thus only refreshing once per Close All Tabs operation. Bug: 994229 Change-Id: I9eec07fada9863fbaae600ed1dc9675527c24681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860526 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#707242}
Showing
Please register or sign in to comment