commit | 5dd54ec954730e5508fdf78ed99eec2d2bfb7ec2 | [log] [tgz] |
---|---|---|
author | Marc Treib <treib@chromium.org> | Thu Dec 08 16:40:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 08 16:40:32 2022 |
tree | 7cfba3b9d9cfedf3b4c98406a6c30e9ce6d97e9c | |
parent | c49047b5c0631f79126de0c84c55b5e0ef3b7b05 [diff] |
History Sync: Plumb syncer::ReportUnrecoverableError into history code Sync bridges receive a "dump stack callback" on construction, which they use to report some rare unrecoverable errors. Before this CL, the History-related bridges (TYPED_URLS and HISTORY) simply used a null callback, thereby bypassing the error reporting. This CL hooks up syncer::ReportUnrecoverableError instead, enabling error reporting. The main change is plumbing in the version_info::Channel from the history service factory. Bug: 1318028 Change-Id: I05f408efd25278dcfcfdccb5997934310b843337 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4075687 Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/main@{#1080960}
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.