Set PRIVACY_METRICS_REPORTING to false on CCT skip.
This approach is a short term work around to keep UMA disabled when CCT FRE is skipped due to policy. On FRE load, this pref is set to true (the default), with the expectation that it will be overridden when the user accepts the ToS. However, when the FRE is skipped, the user never accepts the ToS, and the default/incorrect value is persisted. Note that this pref is not the main signal that UMA metrics should be reported, but it is read by a non-zero number of locations. And it seems best to keep this pref in sync with what it should hold. The long term fix will be to remove the default being written to prefs, but doing this would be more risky, and not as suitable for a late merge. See bug for more details. Bug: 1128955 Change-Id: I28b9ab0aeb1e86de9cad5f73b6a2650d9c34aa21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416885Reviewed-by:Theresa <twellington@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#808121}
Showing
Please register or sign in to comment