commit | 026a8f43acd51740ce4be6af3e1f5b40a6d48d2f | [log] [tgz] |
---|---|---|
author | K. M. Merajul Arefin <m.arefin@samsung.com> | Wed Dec 13 17:53:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 17:53:02 2023 |
tree | d1c28c384f72b856f3aa9aa2512a4201700a5cd2 | |
parent | 5b340f5b507cc41249b64124d22533744a31b6cf [diff] |
Used `std::string base::Base64Encode(StringPiece)` instead of `void base::Base64Encode(StringPiece, std::string*)` in ash/ and chrome/browser/ash/ `void base::Base64Encode(StringPiece, std::string*)` is deprecated now. Used `std::string base::Base64Encode(StringPiece)` in place of the deprecated one. Bug: 1486214 Signed-off-by: K. M. Merajul Arefin <m.arefin@samsung.com> Change-Id: I8fa3fa50ad616206804a21a408b0db3534e81990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5108716 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1237027}
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.