[ios] Stops updating CBDTableVC if not visible.
ClearBrowsingDataManager causes a cell reload on CBDTableVC. A crash was happening since this reload was occuring before the TableView was properly loaded, this CL prevents those updates. Once the TableView load it will use the latest model, so there's no need for that reload. Bug: 873929 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9f50fbd039d3572895d5424a7ad1855e414ffb62 Reviewed-on: https://chromium-review.googlesource.com/1175106 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#584175}
Showing
Please register or sign in to comment