commit | fa69cadc85c6220af3084ad71ac09f919ec74e67 | [log] [tgz] |
---|---|---|
author | Tal Keren <tkeren@paloaltonetworks.com> | Thu Jun 05 08:03:14 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 05 08:03:14 2025 |
tree | 5e9f76fc412bb76cce3c4ef5f3df6e8810c60049 | |
parent | 7ba7aea06d8e12aed6edc179c46227b0b44a3964 [diff] |
service worker: Remove obsolete comment from ServiceWorkerContextClient The comment originally indicated the absence of a sequence-checking DCHECK at the beginning of its function. This is no longer accurate as such a DCHECK is now in place. Additionally, the comment had been moved to the middle of the function over time, making it confusing as it is not related to the line of code below it. Change-Id: I2bab9a962e7be95837860bc5a434b43b83976adb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6614687 Reviewed-by: Shunya Shishido <sisidovski@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Tal Keren <tkeren@paloaltonetworks.com> Cr-Commit-Position: refs/heads/main@{#1469836}
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.