commit | 0ca5e088dda736bfd80d6cc4628a4be2cb83c1bd | [log] [tgz] |
---|---|---|
author | Friedrich Horschig <fhorschig@chromium.org> | Wed Jul 17 10:41:31 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 17 10:41:31 2019 |
tree | 95622f6d87ea8d60db681631abab8498adfbb0c3 | |
parent | 0644841899b30b24cf4146b25feb88efadcfb3a5 [diff] |
[Mfill Android] Always close accessory on filling Before this change, the accessory would pass a callback to the renderer that is called with either success or failure state on completion. Since a failure has become very unlikely and we don't actually gain any information even if it should fail, the code can be simplified a lot by dropping it and closing the accessory directly (which this CL does). This is also a solid general case for all fallback sheets and makes the closing consistent across all of them (see linked bug). Bug: 962548 Change-Id: I4c173f37a6cbb6513f0c0218494ff9aeb5156836 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703404 Reviewed-by: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#678213}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .