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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 144153002: Follow-up changes to Android certificate verification logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revised histogram description 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 006a749a9c3eb2ea630d5166c63fd594113560fb..2dc0e7a0f9d84f246446ff7d1a2401917a3fe39c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8725,6 +8725,13 @@ 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. Only recorded on Android 4.2 and later.
Alexei Svitkine (slow) 2014/01/22 16:22:55 Nit: Mention when this is recorded? (on startup? w
davidben 2014/01/22 17:51:15 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.FtpDataConnectionErrorCount" enum="FtpDataConnectionError">
<summary>The number of times each FTP Error was observed.</summary>
</histogram>
« net/android/java/src/org/chromium/net/X509Util.java ('K') | « net/cert/x509_util_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698