commit | baed267377c4d73bd770790f9fd7133f1d44a8c9 | [log] [tgz] |
---|---|---|
author | Benjamin Williams <bwwilliams@google.com> | Tue Mar 18 17:52:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 17:52:13 2025 |
tree | 97077e3299d002e11fef3a6196df10b16f25c26d | |
parent | 9ae53b80836bb489b53a5e2ae3439a2af0a83a8a [diff] |
[iOS][Code Health] Fix UISheetPresentationControllerDetent syntax This CL corrects improper instances of property-style access for detents to proper method call syntax. Impact: - No functional changes to behavior - Improves code health by using the correct Objective-C method invocation syntax This CL was uploaded by git cl split. R=kaklilu@chromium.org Bug: 402705893 Change-Id: I588e9a88eefd71100ba7153ec5e84fc18a7a815a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6368456 Auto-Submit: Benjamin Williams <bwwilliams@google.com> Reviewed-by: Kirubel Aklilu <kaklilu@chromium.org> Commit-Queue: Kirubel Aklilu <kaklilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1434246}
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.