Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 563005187a179030a20017780f96527ad09e1f8b..2dc5355e2ad38cfccd409ad91982cf765a85663c 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -6967,6 +6967,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Cookie.CookieLineCookieValueValidity" enum="BooleanValid"> |
+ <owner>ricea@chromium.org</owner> |
+ <summary> |
+ Indicates whether a cookie initialised from a Set-Cookie header value was |
+ valid or not. This is only logged after cookies containing control |
+ characters have already been rejected, so "Invalid" here means |
+ that the cookie contains quotes, commas, backslashes or top-bit-set |
+ characters. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Cookie.CookiePrefix" enum="CookiePrefix"> |
<owner>estark@chromium.org</owner> |
<summary> |