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

Unified Diff: net/reporting/reporting_header_parser.h

Issue 2900553004: Reporting: Add histograms. (Closed)
Patch Set: rebase Created 3 years, 5 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 | « net/reporting/reporting_garbage_collector.cc ('k') | net/reporting/reporting_header_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_header_parser.h
diff --git a/net/reporting/reporting_header_parser.h b/net/reporting/reporting_header_parser.h
index fc165f31116dd6e5bb8e5af88f67f45c0fea49bd..c94f05372273e570483afd569757a60b506081c5 100644
--- a/net/reporting/reporting_header_parser.h
+++ b/net/reporting/reporting_header_parser.h
@@ -18,6 +18,10 @@ class ReportingContext;
class NET_EXPORT ReportingHeaderParser {
public:
+ static void RecordHeaderDiscardedForNoReportingService();
+ static void RecordHeaderDiscardedForInvalidSSLInfo();
+ static void RecordHeaderDiscardedForCertStatusError();
+
static void ParseHeader(ReportingContext* context,
const GURL& url,
const std::string& json_value);
« no previous file with comments | « net/reporting/reporting_garbage_collector.cc ('k') | net/reporting/reporting_header_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698