diff options
author | mad <mad@chromium.org> | 2014-09-30 13:01:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 20:02:06 +0000 |
commit | 03458b20526123ce30afc6dabd96d0250294d6b1 (patch) | |
tree | 10e30fefac734a034d9f305be7aef63904d836f1 | |
parent | 74565e75e8cc51f49b47dd26a2cabce85479b61e (diff) | |
download | chromium_src-03458b20526123ce30afc6dabd96d0250294d6b1.zip chromium_src-03458b20526123ce30afc6dabd96d0250294d6b1.tar.gz chromium_src-03458b20526123ce30afc6dabd96d0250294d6b1.tar.bz2 |
Ownership of UMA things.
BUG=None
Review URL: https://codereview.chromium.org/613243002
Cr-Commit-Position: refs/heads/master@{#297486}
-rw-r--r-- | tools/metrics/actions/actions.xml | 8 | ||||
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml index 023f86b..acc96a3 100644 --- a/tools/metrics/actions/actions.xml +++ b/tools/metrics/actions/actions.xml @@ -10344,22 +10344,22 @@ should be able to be added at any place in this file. </action> <action name="SettingsResetBubble.LearnMore"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>mad@chromium.org</owner> <description>Please enter the description of this user action.</description> </action> <action name="SettingsResetBubble.NoThanks"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>mad@chromium.org</owner> <description>Please enter the description of this user action.</description> </action> <action name="SettingsResetBubble.Reset"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>mad@chromium.org</owner> <description>Please enter the description of this user action.</description> </action> <action name="SettingsResetBubble.Show"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>mad@chromium.org</owner> <description>Please enter the description of this user action.</description> </action> diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index fa0f0b93..80a3e47 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -29766,12 +29766,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="Settings.StartupURLsMigration" enum="StartupURLsMigration"> - <owner>csharp@chromium.org</owner> + <owner>mad@chromium.org</owner> <summary>The startup URLs pref migration steps.</summary> </histogram> <histogram name="Settings.StartupURLsResetTime" units="milliseconds"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>mad@chromium.org</owner> <summary> The time elapsed in milliseconds in between startup URLs pref migration. A value of 0 indicates that the last migration time was in the future due to @@ -29917,7 +29917,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. </histogram> <histogram name="SettingsResetBubble.NumNoThanksPerReset"> - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> + <owner>mad@chromium.org</owner> <summary> Counts the number of times the user clicked on the No Thanks button of the settings reset bubble before clicking on the Reset button in the same Chrome |