commit | 97951b4af5fa69ad95fdfa2d24c53298aa03bfd2 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Tue Apr 18 03:45:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 18 03:45:26 2023 |
tree | 229acd14d3bbcae9012ffefc901fad108c1d4662 | |
parent | a49b3e696853e44fce4830fc18d7bbd87ef30dbd [diff] |
Eliminate some double-declaration in base/ In some cases, the double-declared types aren’t needed, so switch to a single Objective-C declaration, and #ifdef the uses to be Objective-C only. In the case of substring_util, because it’s only used from C++ code, switch to the CoreFoundation type, which is C++ and more appropriate for the use. Bug: 1433041 Bug: 1280317 Change-Id: I040b41bcf9eb05421c6d30e0ea9403332862a30f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4427911 Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1131664}
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.