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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1423663012: Removing x-x509-user-cert mime handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding UMA. Created 5 years 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 | « content/content_browser.gypi ('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 0c1793154d3227351bc5515217ac4cec77bceb9d..bfb79d4a4e9a6880bbd5d818580145d6e23ae58d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50724,6 +50724,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UserCert.ContentDisposition" enum="UserCertContentDisposition">
+ <owner>rsleevi@chromium.org</owner>
+ <owner>svaldez@chromium.org</owner>
+ <summary>
+ Distribution of Content-Disposition headers send with x-x509-user-cert
Ilya Sherman 2015/12/09 23:13:03 nit: s/send/sent
svaldez 2015/12/11 16:18:35 Done.
+ content types.
Ilya Sherman 2015/12/09 23:13:03 nit: Please fix the alignment (run the pretty prin
svaldez 2015/12/11 16:18:35 Done, though for some reason pretty_print didn't f
+ </summary>
+</histogram>
+
<histogram name="UserImage.ChangeChoice" enum="ChromeOSUserImageId">
<owner>achuith@chromium.org</owner>
<summary>
@@ -77505,6 +77514,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Was used in draw"/>
</enum>
+<enum name="UserCertContentDisposition" type="int">
+ <int value="0" label="No Content-Disposition"/>
+ <int value="1" label="Content-Disposition"/>
+</enum>
+
<enum name="UserChannels" type="int">
<int value="-1" label="Unknown"/>
<int value="0" label="Canary"/>
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698