| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d311f55693cfd74c6eb60de103e7d63748801a71..b7eda01c5aa838b28c02002f1575d5e6d2535588 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -35106,6 +35106,12 @@ 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>vabr@chromium.org</owner>
|
| + <summary>The number of passwords exported in CSV format per user.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.FilledCredentialWasFromAndroidApp"
|
| enum="PasswordManagerFilledAndroidCredentials">
|
| <owner>msramek@chromium.org</owner>
|
| @@ -35147,6 +35153,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>vabr@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>vabr@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>
|
| <obsolete>
|
| @@ -35378,6 +35400,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordManager.StorePasswordImportedFromCSVResult"
|
| + enum="BooleanSuccess">
|
| + <owner>xunlu@chromium.org</owner>
|
| + <owner>vabr@chromium.org</owner>
|
| + <summary>
|
| + Whether password manager stored passwords imported from CSV file
|
| + successfully.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.StoreReadyWhenWiping" enum="Boolean">
|
| <owner>vabr@chromium.org</owner>
|
| <summary>
|
| @@ -79178,6 +79210,14 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="12" label="Generation triggered by autocomplete attributes"/>
|
| </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"/>
|
| + <int value="4" label="Boundary value"/>
|
| +</enum>
|
| +
|
| <enum name="PasswordManagerActionsTaken" type="int">
|
| <obsolete>
|
| Deprecated as of Chrome 32. See PasswordManagerActionsTakenWithPsl
|
|
|