commit | 26157724a4b2f17a81ec7213ee53973a0f6403fb | [log] [tgz] |
---|---|---|
author | Yi Gu <[email protected]> | Thu Oct 08 19:52:43 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 08 19:52:43 2020 |
tree | d76c98bbc442c723a845fc1764a9c21ce36017cb | |
parent | 76668756f6809e7161674c1a596209afd197772e [diff] |
[WebOTP] Rename metrics Outcome.Timeout to Outcome.UnhandledRequest Currently when an SmsService has unhandled request upon destruction, e.g navigating away, we record "Timeout" as an outcome. This is misleading because "Timeout" should refer to the user consent prompt being timeout. This patch renames Timeout to UnhandledRequest and the follow up patch crrev.com/c/2427560 records the right Outcome.Timeout. (cherry picked from commit 3b230450d4e83d5d791f3dcdaad718f7274ca033) Bug: 1127397 Change-Id: I151d5f087c416136bc042d12086df3185dbf2b60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424894 Reviewed-by: Ken Buchanan <[email protected]> Reviewed-by: Sam Goto <[email protected]> Reviewed-by: Majid Valipour <[email protected]> Commit-Queue: Yi Gu <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#813419} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460863 Reviewed-by: Yi Gu <[email protected]> Cr-Commit-Position: refs/branch-heads/4280@{#159} Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
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.
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.