commit | 43afaa714edb112b233b5a28449a65d655f7c101 | [log] [tgz] |
---|---|---|
author | Yuta Hijikata <ythjkt@google.com> | Thu Apr 15 03:39:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 15 03:39:40 2021 |
tree | dba11a037f76124394c74580c7daddfb502056ba | |
parent | 0eb952093bbbd6ea0c75fd61109fefd085739c4b [diff] |
Add UMA to BrowserDataMigrator. The UMA will collect the following information. 1. The final status of the migration. e.g. success, not enough space etc. 2. Total size of files copied. 3. Total time taken for migration if it succeeded. Test: None Bug: 1178702 Cq-Depend: 2747088 Change-Id: I96e170f1b03734e322b7c0c50123df476dd2a6e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2805761 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#872699}
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.