commit | 6de7bd9a76e1d5bf3e7a8879266fd1667961b27a | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Wed Mar 03 16:51:23 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Mar 03 16:51:23 2021 |
tree | 5e68f586670f67f9c1fc142644be9903a9079d20 | |
parent | 263ce8530761f63d9a13d3c1e26b452dbd33d062 [diff] |
[base] Remove BASE_STRING16_IS_STD_U16STRING guard Now that base::string16 is std::u16string on all platforms there is no longer a need to guard wide string APIs behind the BASE_STRING16_IS_STD_U16STRING guard. This change removes it. Bug: 911896 Change-Id: Ia0d5814ffafba7c0b58846dcf27ce1b11dda27c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2732087 Auto-Submit: Jan Wilken Dörrie <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Jan Wilken Dörrie <[email protected]> Owners-Override: Jan Wilken Dörrie <[email protected]> Cr-Commit-Position: refs/heads/master@{#859405}
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.