commit | a6e1ffc3dd3ea394e50e14d1aa5d9dfdc4231506 | [log] [tgz] |
---|---|---|
author | Mihai Sardarescu <msarda@chromium.org> | Mon Jan 20 15:35:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 20 15:35:31 2025 |
tree | 336190bf9630fd8b67017b7f44cfac1a1f912dd0 | |
parent | 4f94cbfb4c37985dd9b650eca205fb9fd42fb5c2 [diff] |
[iOS] Return SigninAddAccountToDeviceResult from AddAccountSigninManager This CL returns `SigninAddAccountToDeviceResult` as a result of a operation to add an account to the device instead of a `SigninCoordinatorResult`. It is pure refactoring an should have be a NOOP in terms of functionality. This makes the code easier to reason about as some of the values of the `SigninCoordinatorResult` do not apply for the add account flow (e.g. `SigninCoordinatorUINotAvailable`). Bug: 373441181 Change-Id: I03b83d3dfdf853502110620186d81df8b9cb16cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6177025 Reviewed-by: Arthur Milchior <arthurmilchior@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/main@{#1408674}
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.