Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 460003002: Own my histograms that were missing an owner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index dce89b4b973c7c79a1cdb76bea0b40d67a63a8dc..3adb2ec1619ce7458fe67ca1b1c70dd62209a098 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28121,7 +28121,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<obsolete>
Deprecated 2014-07.
</obsolete>
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>gab@chromium.org</owner>
<summary>
Logs the tracked preference id when it is migrated to the new MAC algorithm.
This should only happen once per pref per profile.
@@ -28130,7 +28130,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Settings.TrackedPreferenceMigratedLegacyDeviceId"
enum="TrackedPreference">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>gab@chromium.org</owner>
<summary>
The id of a tracked preference whose value has not changed since the last
time Chrome set it, but which was last set using a legacy device ID. Each
@@ -28149,7 +28149,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<obsolete>
Deprecated 2014-06.
</obsolete>
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>gab@chromium.org</owner>
<summary>
The version of a PrefHashStore, reported once for each alternate
PrefHashStore (not associated to the default profile) from a delayed task on
@@ -28162,7 +28162,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<obsolete>
Deprecated 2014-06.
</obsolete>
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>gab@chromium.org</owner>
<summary>
The previous version of an alternate PrefHashStore (not associated to the
default profile) that was updated from a delayed task on startup. This
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698