commit | 1d34d4ef9dba5d505b66eeed77f3d555fba51824 | [log] [tgz] |
---|---|---|
author | Sharon Yang <yangsharon@chromium.org> | Fri Jan 07 17:16:27 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 07 17:16:27 2022 |
tree | 32c0866456b7d63a0ad2c4b5fc5a1b794415bddd | |
parent | 0f08224d7183eb6f839fe3691156c5cb6828326f [diff] |
[app service] Fix GetURL change by using GetVisibleURL In removing WebContents::GetURL, GetLastCommittedURL was used, which broke tests. GetVisibleURL should have been used, which this change does. By using GetVisibleURL, there is no change in behaviour from before the breaking change. Change-Id: I9bca1ffea603d90b00df5ba6a08ee13e76330582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3370490 Reviewed-by: Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/main@{#956552}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.