commit | aa08a2110f258dcb8aa8f77ac10420d2aa247aeb | [log] [tgz] |
---|---|---|
author | Osama Fathy <osamafathy@google.com> | Thu Oct 27 11:03:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 27 11:03:56 2022 |
tree | 0544a678bd615b9bd50ab17b82d3f40f4eb91883 | |
parent | 5886241a646b6cd6737ea6880f16e82a276b483f [diff] |
OOBE: Update Network Error metrics * Use patterned histograms to consolidate OOBE.NetworkErrorShown.* and OOBE.ErrorScreensTime.* metrics. * Extend the expiry date for OOBE.NetworkErrorShown.* and OOBE.ErrorScreensTime.* metrics. * Include UserCreationScreen in OOBE.NetworkErrorShown.* and OOBE.ErrorScreensTime.* metrics. * Include UpdateRequiredScreen in OOBE.NetworkErrorShown.* and OOBE.ErrorScreenTime.* metrics, since they are emitted but not defined in histograms.xml. * Remove OOBE.ErrorScreensTime.Supervised metrics since it's not emitted any more. The result of running: `print_histogram_names.py --diff origin/main`: 10 histograms added: OOBE.ErrorScreensTime.UpdateRequired.AuthExtTimeout OOBE.ErrorScreensTime.UpdateRequired.Offline OOBE.ErrorScreensTime.UpdateRequired.Portal OOBE.ErrorScreensTime.UpdateRequired.Proxy OOBE.ErrorScreensTime.UserCreation.AuthExtTimeout OOBE.ErrorScreensTime.UserCreation.Offline OOBE.ErrorScreensTime.UserCreation.Portal OOBE.ErrorScreensTime.UserCreation.Proxy OOBE.NetworkErrorShown.UpdateRequired OOBE.NetworkErrorShown.UserCreation 4 histograms removed: OOBE.ErrorScreensTime.Supervised.AuthExtTimeout OOBE.ErrorScreensTime.Supervised.Offline OOBE.ErrorScreensTime.Supervised.Portal OOBE.ErrorScreensTime.Supervised.Proxy Bug: b/255395979 Change-Id: I70ec3e6f772a5660ce71f4e9fcfcdde198ba1881 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3975689 Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Renato Silva <rrsilva@google.com> Reviewed-by: Roman Sorokin <rsorokin@google.com> Commit-Queue: Osama Fathy <osamafathy@google.com> Cr-Commit-Position: refs/heads/main@{#1064262}
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.