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

Unified Diff: webrtc/api/statscollector.h

Issue 2259283002: Refactor certificate stats collection, added SSLCertificateStats. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Another unittest for the case of certificate chains using fake certificates 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/statscollector.cc » ('j') | webrtc/base/sslidentity_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statscollector.h
diff --git a/webrtc/api/statscollector.h b/webrtc/api/statscollector.h
index 8c359e48c45ef2416e9698db7c743b6a58da2e64..adbac44b8047b2c67f1351b16292c656f39976b6 100644
--- a/webrtc/api/statscollector.h
+++ b/webrtc/api/statscollector.h
@@ -91,17 +91,13 @@ class StatsCollector {
bool CopySelectedReports(const std::string& selector, StatsReports* reports);
- // Helper method for AddCertificateReports.
- StatsReport* AddOneCertificateReport(
- const rtc::SSLCertificate* cert, const StatsReport* issuer);
-
// Helper method for creating IceCandidate report. |is_local| indicates
// whether this candidate is local or remote.
StatsReport* AddCandidateReport(const cricket::Candidate& candidate,
bool local);
// Adds a report for this certificate and every certificate in its chain, and
- // returns the leaf certificate's report.
+ // returns the leaf certificate's report (|cert|'s report).
StatsReport* AddCertificateReports(const rtc::SSLCertificate* cert);
StatsReport* AddConnectionInfoReport(const std::string& content_name,
« no previous file with comments | « no previous file | webrtc/api/statscollector.cc » ('j') | webrtc/base/sslidentity_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698