commit | 9f01846fb4d640d81034c0d66a7f5059cda9e296 | [log] [tgz] |
---|---|---|
author | Sohail Rajdev <sorajdev@microsoft.com> | Wed Jan 29 02:18:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 02:18:49 2025 |
tree | 67192bc22a52064cc4509b3fa008a7de7707310b | |
parent | 76274b5fed11720c394ed5c065b3506b653f7c5b [diff] |
Avoid copying DisableReasonSet in ExtensionPrefs::ReplaceDisableReasons This CL updates ExtensionPrefs::ReplaceDisableReasons to accept a const- reference to DisableReasonSet, instead of passing the set by value. A code comment in ExtensionService has also been updated to adhere to the C++ styleguide. These changes address the review comments on the last patchset in crrev.com/c/6167689 Bug: 372186532 Change-Id: If53205e0ee4ba0da6fa421e8e0190bb2ef50b9f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6205820 Reviewed-by: Emilia Paz <emiliapaz@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Sohail Rajdev <sorajdev@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1412675}
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.