commit | 8e450d68b56727446323d34770f997ce468247df | [log] [tgz] |
---|---|---|
author | Jinsuk Kim <jinsukkim@chromium.org> | Wed Sep 04 02:56:20 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 04 02:56:20 2019 |
tree | a6c2a85c5eb208b8c260511c2824574275f9c127 | |
parent | e54fc640d6df4106d5522a263debcacf2efc3b5d [diff] |
Android: Handle gesture navigation favicon callback invoked too late Favicon callbacks can be invoked after the navigation sheet is already closed. There is a null check against |mModelList| but it never becomes null. Its state should have been checked instead. This CL checks such case correctly. Bug: 1000220 Change-Id: I724b7c3a7d79e36a99d6c102849312e8010f2548 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783680 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#692988}
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 .