| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9b791f582d39dd20114ac3db3682c01d45f418ef..22035641814c4c2d737c093dcbf1e99ef4fecfbe 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -9307,6 +9307,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="Cookie.CookieSourceScheme" enum="CookieSourceScheme">
|
| + <obsolete>
|
| + Replaced by Cookie.CookieSourceScheme2.
|
| + </obsolete>
|
| <owner>estark@chromium.org</owner>
|
| <summary>
|
| For each cookie added to the store, record whether its source URL has a
|
| @@ -9314,6 +9317,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Cookie.CookieSourceScheme2" enum="CookieSourceScheme">
|
| + <owner>estark@chromium.org</owner>
|
| + <summary>
|
| + For each cookie added to the store, record whether its source URL has a
|
| + cryptographic scheme, broken down by Secure and not Secure. Cookies added to
|
| + the store unassociated with an origin will be considered to not have a
|
| + cryptographic scheme.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Cookie.CorruptMetaTable">
|
| <owner>tnagel@chromium.org</owner>
|
| <summary>
|
|
|