commit | 27b0377a5ee9d6d74fc5c5e64fd32b2d9de3321c | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Fri Feb 25 01:06:05 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 25 01:06:05 2022 |
tree | 011dbbe77be83835f2a62712813d7abda1b3746c | |
parent | 4da9c0ba986593e93144db1c2e9ef06dd285a1cc [diff] |
Replace url::Replacements<T> with GURL::Replacements in /chrome/browser/extensions/activity_log. When clearing URL components, the two interfaces are exactly identical. When replacing a URL component, GURL::Replacements has a simpler interface. This CL was uploaded by git cl split. R=rdevlin.cronin@chromium.org Bug: 1271865 Change-Id: I8cefdcd24b5ff85556fce97ed3beadff239b8c47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3487148 Auto-Submit: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#974931}
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.