commit | 4d2a3fd469b401b3fb2e1dcaed0ce7b38b201fcc | [log] [tgz] |
---|---|---|
author | Ashley Prasad <ashleydp@google.com> | Mon Apr 04 22:04:49 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 04 22:04:49 2022 |
tree | fe44fcbb5188e8c15770d9908a47521f38bb45f4 | |
parent | ae65d438b1dfffad093cf9a6cf0884cc6ae20367 [diff] |
diagnostics: add browser delegate interface - Add DiagnosticsBrowserDelegate as ASH_EXPORT interface in preparation for adding implementation code. - Add delegate to BUILD.gn files. - Add initialized concept to diagnostics_log_controller to inform callers if the current instance is ready for use. - Test initialized status before and after setting the delegate property. Bug: b:225191282 Test: Run unit_tests and ash_unittests. Manually deployed and tested with flag on and off that there are no failures. Change-Id: Ie0bbc3ea6c30a0499b0de112708f3e3dbd82cbd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3543334 Reviewed-by: Gavin Williams <gavinwill@chromium.org> Commit-Queue: Ashley Prasad <ashleydp@google.com> Auto-Submit: Ashley Prasad <ashleydp@google.com> Cr-Commit-Position: refs/heads/main@{#988701}
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.