commit | 3b8567d2154bd7b5dc329f226e5885b1f63e146b | [log] [tgz] |
---|---|---|
author | Devlin Cronin <[email protected]> | Thu Jul 30 16:31:47 2020 |
committer | Commit Bot <[email protected]> | Thu Jul 30 16:31:47 2020 |
tree | ecd6fe961a2e6f43467b7482cf34943ab672819e | |
parent | 38f4a8fad2723a31e76d0f5ac5a35a21e438e008 [diff] |
[Extensions] ExtensionHost::GetURL() -> GetLastCommittedURL() Update ExtensionHost::GetURL() to be ExtensionHost::GetLastCommittedURL(), and to use WebContents::GetLastCommittedURL() internally. The only places that used this were security decisions and tests, so the last committed URL is more appropriate. Bug: 237908 Change-Id: Ib875416bb92c06de4c9dcff99a59ad121df3b685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327853 Reviewed-by: David Bertoni <[email protected]> Commit-Queue: Devlin <[email protected]> Cr-Commit-Position: refs/heads/master@{#793209}
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.