commit | af6fee87407ae2ac91eff85e6b69dfe23c1e5de4 | [log] [tgz] |
---|---|---|
author | Michael Tatarski <mtatarski@google.com> | Mon Jul 07 10:07:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 07 10:07:55 2025 |
tree | 203ac648c59348cfa48f68f343ac3ab57a700394 | |
parent | ef1fbdddaf10cd42a2485498de964bc274c0d776 [diff] |
Implement support for new ModelError API The CL is large, but all files follow the same pattern. This CL revamps the `ModelError` constructor calls for all existing sync data types to enable better error tracking. The new interface allows us to collect improved metrics and more effectively diagnose issues when model errors occur. The old `ModelError` API is now only used by test files. Bug: 40886237 Change-Id: I4f4b8651ad7804b276299af448738b21746f9bc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6678957 Auto-Submit: Michael Tatarski <mtatarski@google.com> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Michael Tatarski <mtatarski@google.com> Cr-Commit-Position: refs/heads/main@{#1483070}
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.