commit | ae227c5328b69ea28a227fe69f2cfbcd1e05e961 | [log] [tgz] |
---|---|---|
author | Nazerke <Nazerke@google.com> | Wed Jul 08 11:40:37 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 08 11:40:37 2020 |
tree | e3030dbdfcb500930ae3f418be6537a9ac798128 | |
parent | 8d84ed4743a88e0a7d4db5c8184c7fa69eff9178 [diff] |
[iOS] Remove unused public API from TabModel. As a tabmodel was decided to be deprecated, this CL is cleaning up the tabmodel from unused properties and functions. This CL removes - public property to know if this tab set is off the record. - public property to know if the model has at least one tab. - public method to close the tab at the given valid index. - public method to close ALL the tabs. - unittests which test those mentioned above. At this stage the tabmodel deprecation is still an on-going work. Bug: 1045575 Change-Id: I3902618da006a112600a814736a78b7d7856955e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278044 Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#786236}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.