commit | 31138286186a0dcc728b62cfc263a71acfb3ae91 | [log] [tgz] |
---|---|---|
author | Riley Tatum <rtatum@google.com> | Tue Dec 19 21:04:17 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 19 21:04:17 2023 |
tree | e44a18eb1dfe2356f61e067a9c238f048200883f | |
parent | 1d0fbbae1c28c26424c08016decd338f000d1a71 [diff] |
add ok status to error histogram * Removed errorCallback when the user is offline when they click "Create". Setting status to kOk was redundant since that callback would be called when the CTA is clicked, which already sets status to kOk. * Added kOk status to Error histogram and renamed it to Status, since it isn't just errors. * Changed the recording of status to be when status is set, rather than in the observer, since that wouldn't record multiple kOk statuses in a row, which would be a problem if we want to see percentage of status changes are errors. OBSOLETE_HISTOGRAM[NewTabPage.WallpaperSearch.Error]=Replaced with NewTabPage.WallpaperSearch.Status Bug: b/316626953 Change-Id: I9bf4e4840b0a0c2c990a608d65633efeef3a7476 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5126777 Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by: Paul Adedeji <pauladedeji@google.com> Commit-Queue: Riley Tatum <rtatum@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1239330}
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.