Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 78519acc839dc21a7aa5346248bde389e7d43380..fb5f154d98bfc28a8c968b4a0025202d05a38e00 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -22439,6 +22439,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Profile.Delete" enum="BooleanProfileSignedIn"> |
+ <owner>mlerman@chromium.org</owner> |
+ <summary> |
+ The user used the settings page to delete a profile. Please note this |
+ histogram tracks the user interaction, and not the actual delete of the |
+ profile, which can happen much later. The parameter indicates if the profile |
+ was signed in or not; true means the profile was signed in, false means the |
+ profile was not signed in. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Profile.DesktopMenu" enum="ProfileDesktopMenu"> |
<owner>mlerman@chromium.org</owner> |
<summary> |
@@ -33872,6 +33883,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="1" label="Orphan"/> |
</enum> |
+<enum name="BooleanProfileSignedIn" type="int"> |
+ <int value="0" label="Profile was not Signed In"/> |
+ <int value="1" label="Profile was Signed In"/> |
+</enum> |
+ |
<enum name="BooleanRaced" type="int"> |
<int value="0" label="Did Not Race"/> |
<int value="1" label="Raced"/> |