| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 41e9ac5de4f45b825ec3c44041ac60f93290bd12..2640eeb8da49b987ed6fe16b65537f161790edb3 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -9480,6 +9480,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Cryptohome.HomedirEncryptionType" enum="HomedirEncryptionType">
|
| + <owner>dspaid@chromium.org</owner>
|
| + <summary>
|
| + The encryption type used for a user's cryptohome directory. This is logged
|
| + each time the cryptohome is mounted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Cryptohome.MigrationToGaiaId"
|
| enum="CryptohomeMigrationToGaiaId">
|
| <owner>alemate@chromium.org</owner>
|
| @@ -98388,6 +98396,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </int>
|
| </enum>
|
|
|
| +<enum name="HomedirEncryptionType" type="int">
|
| + <int value="1" label="Ecryptfs"/>
|
| + <int value="2" label="Ext4 Dir Encryption"/>
|
| +</enum>
|
| +
|
| <enum name="HotwordAvailability" type="int">
|
| <int value="0" label="Unavailable -- reason may be unknown"/>
|
| <int value="1" label="Available"/>
|
|
|