| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d19808c2068b2e074fe011339f88abbd7549afb4..c6db1a91a5b791bfccfd7b8464e2afa2379a75bb 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -3208,12 +3208,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </histogram>
|
|
|
| <histogram name="Cookie.TimeInitializeDB" units="ms">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| + <owner>nyquist@chromium.org</owner>
|
| <summary>The amount of time (ms) to initialize the cookies database.</summary>
|
| </histogram>
|
|
|
| <histogram name="Cookie.TimeInitializeDomainMap" units="ms">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| + <owner>nyquist@chromium.org</owner>
|
| <summary>
|
| The amount of time (ms) to read and parse the domain map from the cookies
|
| database.
|
| @@ -3245,14 +3245,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </histogram>
|
|
|
| <histogram name="Cookie.TimeLoadDomains" units="ms">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| + <owner>nyquist@chromium.org</owner>
|
| <summary>
|
| The amount of time (ms) to read the domain map from the cookies database.
|
| </summary>
|
| </histogram>
|
|
|
| <histogram name="Cookie.TimeParseDomains" units="ms">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| + <owner>nyquist@chromium.org</owner>
|
| <summary>
|
| The amount of time (ms) to parse the domains already loaded from the cookies
|
| database and put them in the domain map.
|
|
|