| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5265c80f2b4c090461ae32840ccadf8dee69e850..5d13fd9c5aa0b76c5ca2c1ead27a17ad7e662ea3 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -41133,15 +41133,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </enum>
|
|
|
| <enum name="ProfileDesktopMenu" type="int">
|
| - <int value="0" label="Locked In Menu from Button">
|
| + <int value="0" label="Locked in Menu">
|
| User opened the user menu, and clicked lock.
|
| </int>
|
| - <int value="1" label="Remove Account in Menu from Button.">
|
| + <int value="1" label="Remove Account in Menu">
|
| User opened the user menu, and removed an account.
|
| </int>
|
| - <int value="2" label="Add Account in Menu from Button">
|
| + <int value="2" label="Add Account in Menu">
|
| User opened the user menu, and started adding an account.
|
| </int>
|
| + <int value="3" label="Edit Profile Name in Menu">
|
| + User opened the user menu, and changed the profile name.
|
| + </int>
|
| + <int value="4" label="Edit Profile Image in Menu">
|
| + User opened the user menu, and started selecting a new profile image.
|
| + </int>
|
| </enum>
|
|
|
| <enum name="ProfileErrorType" type="int">
|
|
|