commit | 562c00817f16f5beb4cdfbee1009b4e4dccd97c3 | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@chromium.org> | Mon Aug 26 18:33:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 18:33:48 2024 |
tree | 60390e910ba4ac43b53943dbf1820e70335684e3 | |
parent | 03ddbd330d22cc35311c90e4c8d21f9bb5d259ed [diff] |
chrome/browser/accessibility/media_app: Fix typoed arg comments This CL fixes typoes of the form /*arg-*/ that should have been /*arg=*/ under the assumption that they were trying to name an argument. This CL was uploaded by git cl split. R=dtseng@chromium.org Bug: 362092187 Change-Id: I9e9e4755d73313bbb2bb98166c701a3790555f91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5812824 Auto-Submit: Dan McArdle <dmcardle@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1346866}
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.