commit | 4307cbaecf878169169ed36211e8d26786f52bf6 | [log] [tgz] |
---|---|---|
author | Mohammad Refaat <[email protected]> | Wed May 29 15:25:15 2019 |
committer | Commit Bot <[email protected]> | Wed May 29 15:25:15 2019 |
tree | 83a07c2be46bfe7277d4684828de90edb9cb4291 | |
parent | f6d580ba63c8d1d99597cc8f2bd347d624796546 [diff] |
Remove TabModelObserver usage from TabStripController. The last method from didChangeTab which was used to update tab title and update the loading spinner. Instead of using TabModelObserver didChangeTab, use WebStateObserver to monitor all webStates and use didStartLoading/didStopLoading to update the spinner. Also use WebStateObserver didChangeTitle to update the tabview title. Bug: 911350 Change-Id: Ie1b0bfc77d7dca39e27e6efb6e8478aaaf9e9a4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630628 Commit-Queue: Mohammad Refaat <[email protected]> Reviewed-by: Mark Cogan <[email protected]> Cr-Commit-Position: refs/heads/master@{#664280}
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 .