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

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

Issue 2273633004: Add Cookie.CookieLineCookieValueValidity histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram.h -> histogram_macros.h Created 4 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 | « net/cookies/parsed_cookie.cc ('k') | 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 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 &quot;Invalid&quot; 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>
« no previous file with comments | « net/cookies/parsed_cookie.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698