| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 74b8d3f070387d3ad8c65d18c1b83dfd3a6efb9b..113086d2ac04d27797e51aac16ceb99bd5261bf3 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -28022,6 +28022,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordManager.ExportedPasswordsPerUserInCSV">
|
| + <owner>xunlu@chromium.org</owner>
|
| + <owner>gcasto@chromium.org</owner>
|
| + <summary>The number of passwords exported in CSV format per user.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PasswordManager.FailToStorePasswordImportedFromCSV">
|
| + <owner>xunlu@chromium.org</owner>
|
| + <owner>gcasto@chromium.org</owner>
|
| + <summary>
|
| + The number of times password manager failed to store passwords imported from
|
| + a CSV file.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.FilledCredentialWasFromAndroidApp"
|
| enum="PasswordManagerFilledAndroidCredentials">
|
| <owner>msramek@chromium.org</owner>
|
| @@ -28063,6 +28078,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordManager.ImportedPasswordsPerUserInCSV">
|
| + <owner>xunlu@chromium.org</owner>
|
| + <owner>gcasto@chromium.org</owner>
|
| + <summary>The number of passwords imported in CSV format per user</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PasswordManager.ImportPasswordFromCSVResult"
|
| + enum="PasswordImportFromCSVResult">
|
| + <owner>xunlu@chromium.org</owner>
|
| + <owner>gcasto@chromium.org</owner>
|
| + <summary>
|
| + The response code of successful or failed password import attempt from a CSV
|
| + file.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.InfoBarResponse" enum="InfoBarResponse">
|
| <owner>vabr@chromium.org</owner>
|
| <summary>
|
| @@ -63407,6 +63438,13 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="4" label="Generated password used"/>
|
| </enum>
|
|
|
| +<enum name="PasswordImportFromCSVResult" type="int">
|
| + <int value="0" label="Password import succeeded"/>
|
| + <int value="1" label="Password import failed due to IO error"/>
|
| + <int value="2" label="Password import failed due to malformed CSV"/>
|
| + <int value="3" label="Password import failed due to missing content"/>
|
| +</enum>
|
| +
|
| <enum name="PasswordManagerActionsTaken" type="int">
|
| <obsolete>
|
| Deprecated as of Chrome 32. See PasswordManagerActionsTakenWithPsl
|
|
|