commit | 66967e936dbf869edb560e2ec84d142e5a2216c3 | [log] [tgz] |
---|---|---|
author | Jérôme Lebel <jlebel@chromium.org> | Tue Apr 15 14:43:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 14:43:51 2025 |
tree | ebca37b08d7b4e91b208d6cb515ce896db8441b7 | |
parent | 7ac9328f8164770a168bae82b6c6a47572c63d63 [diff] |
[iOS] Cleanup comment and switch DCHECK into CHECK In consistency_promo_signin_coordinator.mm: - http://crbug.com/372272374 has been fixed. The comment is not relevant anymore. - Also changing `DCHECK(!self.alertCoordinator)` into: CHECK(!self.alertCoordinator, base::NotFatalUntil::M142) Change-Id: I251d4dba1a653ba7c21a4eb5d5d6f952824ad468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6458699 Commit-Queue: Arthur Milchior <arthurmilchior@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by: Arthur Milchior <arthurmilchior@chromium.org> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447104}
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.