commit | b1e768ac946b4630e5e2d8dda5075bb3bc54f84c | [log] [tgz] |
---|---|---|
author | Arthur Milchior <arthurmilchior@chromium.org> | Thu Feb 15 14:52:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 15 14:52:13 2024 |
tree | fa424a0e1649579635cf70d984eaf53a3cd9f0b7 | |
parent | 44fb0aebf9f713b985a956faae79fe93149a51a0 [diff] |
[iOS] Sign-In without using UI Note that `[SigninEarlGrey signinWithFakeIdentity:identity]` only sign-in. Hence it as the same behavior as `[SigninEarlGreyUI signinWithFakeIdentity:identity enableSync:NO]`. Note that sync being disabled by default on iOS ensure that `enableSync:YES` is ignored, so removing `enableSync:YES` is also valid. As `SignInAndEnableSync` now only sign-in, it was removed to be replaced by its one-line implementation. Bug: 325235662 Change-Id: If14d4e1939c96bd6b6995fd6bc21a0fe1515d273 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5296227 Reviewed-by: RafaĆ Godlewski <rgod@google.com> Auto-Submit: Arthur Milchior <arthurmilchior@chromium.org> Commit-Queue: Arthur Milchior <arthurmilchior@chromium.org> Cr-Commit-Position: refs/heads/main@{#1261038}
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.