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

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

Issue 144153002: Follow-up changes to Android certificate verification logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and fix X509UtilTest. Created 6 years, 11 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/cert/x509_util_android.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 2c0ee79dae97da7d0abe8a2f0ab6e73ab3e33e4b..46a0dac9df1cb5a2fbd8c00c6329e53b587c0865 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8601,6 +8601,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.FoundSystemTrustRootsAndroid" enum="Boolean">
+ <summary>
+ Whether or not system installed trust anchors could be distinguished from
+ user installed trust anchors. Recorded on first certificate verification on
+ Android 4.2 and later.
+ </summary>
+</histogram>
+
<histogram name="Net.FtpDataConnectionErrorCount" enum="FtpDataConnectionError">
<summary>The number of times each FTP Error was observed.</summary>
</histogram>
« no previous file with comments | « net/cert/x509_util_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698