commit | 35572026482c9629d42acc41eb11738242a47696 | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@chromium.org> | Tue Jan 04 06:00:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 04 06:00:52 2022 |
tree | b16fe36981aad385914ab41f8a526e404cc8e1e3 | |
parent | a3233f25bc76c7fd040622b49cbd3b0cecfc5b20 [diff] |
Use UTF-16 variants of URL constants in /chrome/browser/autocomplete The goal is to eliminate unnecessary calls to base::UTF8ToUTF16 and base::ASCIIToUTF16 by directly referring to new UTF-16 constants. This CL was uploaded by git cl split. R=mpearson@chromium.org Bug: 1281914 Change-Id: I68afdc0af3d0a5c3792c111e0e3ff46e458b1c2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3349269 Auto-Submit: Dan McArdle <dmcardle@chromium.org> Reviewed-by: Mark Pearson <mpearson@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/main@{#955054}
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.