commit | e0cec6a02109eaa7e197c6c6543a9247e91563f3 | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Wed Nov 27 18:55:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 18:55:18 2024 |
tree | ddf57a42183961c8a1abfd8f6f4d1439b7e6d634 | |
parent | 223fab3aac1a9832428e5e2d3500d644d5d4023b [diff] |
Remove const from return value of FakeUserManager::Add*User family. For consistency with FakeChromeUserManager, FakeUserManager::Add*User family return non-const modified User*. BUG=278643115 TEST=Tryjob Change-Id: Iff840fcc565167e55a8aea10478a8e45bb0b074a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054919 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1388970}
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.