| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7bb2d3558283ca1be334c9ac52b4f6a0c97bca3d..7241fdf285207e07e742e0529c26df1dfc1c4bf8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -9784,6 +9784,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Cryptohome.MigrationUI.MigrationResult"
|
| + enum="MigrationUIMigrationResult">
|
| + <owner>fukino@chromium.org</owner>
|
| + <summary>
|
| + The result of encryption migration from eCryptfs to Ext4 dircrypto. The
|
| + recorded result is what the migration UI in Chrome side is notified from
|
| + cryptohomed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Cryptohome.MigrationUI.RemoveCryptohomeResult"
|
| + enum="MigrationUIRemoveCryptohomeResult">
|
| + <owner>fukino@chromium.org</owner>
|
| + <summary>
|
| + The result of the removal of user's cryptohome. When the migration UI is
|
| + notified that the migration failed, the UI tries to remove the user's
|
| + cryptohome to make sure that the user can create clean crytohome directory
|
| + in the next sign-in.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Cryptohome.MigrationUI.UserChoice"
|
| enum="MigrationUIUserChoice">
|
| <owner>fukino@chromium.org</owner>
|
| @@ -9794,6 +9815,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Cryptohome.MigrationUI.VisibleScreen" enum="MigrationUIScreen">
|
| + <owner>fukino@chromium.org</owner>
|
| + <summary>
|
| + How many times each screen in migration UI is shown to the user. A screen is
|
| + recorded as a visible screen when the screen is kept displayed at least for
|
| + a second.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Cryptohome.TimeToCompleteDircryptoMigration" units="ms">
|
| <owner>dspaid@chromium.org</owner>
|
| <summary>
|
|
|