[Android] Prevent keyboard accessory from cleaning cache early
Cleaning the cached password accessory right when the tab is closed was too early: undo closing the tab would cause the cache to be unable to restore the tab properly. Most visible impact: the key icon would be gone temporarily. This CL waits for committed tab closure (i.e. past the point of undoing) to clear the cache. Bug: 874798 Change-Id: I2dee7559e8c036f04dff2f2b0daf6c49c73ec8e5 Reviewed-on: https://chromium-review.googlesource.com/1185017Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Friedrich Horschig [CEST] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#585433}
Showing
Please register or sign in to comment