commit | d216a5103d439e110b3f8c90199fcf5b22b89739 | [log] [tgz] |
---|---|---|
author | Jay Zhou <[email protected]> | Wed Sep 25 19:25:32 2024 |
committer | Chromium LUCI CQ <[email protected]> | Wed Sep 25 19:25:32 2024 |
tree | 0a1f15b8d0a796846255e62c4b3205d0bfa3352e | |
parent | 0f26c0fc5e0794bf743e890de2475ecc9bdeb257 [diff] [blame] |
Adds initial classes for DwaReportingService Adds the DwaReportingService class and classes it requires. This code will be used by de-identified web analytics metrics service. Bug: 349452263 Change-Id: I169ef4667801c486cd3906ec6f8b7f945a53a483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5873884 Code-Coverage: [email protected] <[email protected]> Reviewed-by: Luc Nguyen <[email protected]> Commit-Queue: Jay Zhou <[email protected]> Reviewed-by: Zainab Rizvi <[email protected]> Reviewed-by: Rohit Rao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1360094}
diff --git a/components/metrics/metrics_log_uploader.h b/components/metrics/metrics_log_uploader.h index 6b07dde..01df850 100644 --- a/components/metrics/metrics_log_uploader.h +++ b/components/metrics/metrics_log_uploader.h
@@ -39,6 +39,7 @@ UMA, UKM, STRUCTURED_METRICS, + DWA, }; virtual ~MetricsLogUploader() = default;