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

Unified Diff: components/certificate_reporting/error_reporter.cc

Issue 2902893003: Annotation unique id updated in error_reporter.cc. (Closed)
Patch Set: Annotation unique id updated. Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/certificate_reporting/error_reporter.cc
diff --git a/components/certificate_reporting/error_reporter.cc b/components/certificate_reporting/error_reporter.cc
index 5065e45cbe23bef7beb5df84f0021d1b3209d2cc..e189a4f49a6ca87587702e69da0d8d4a710c1813 100644
--- a/components/certificate_reporting/error_reporter.cc
+++ b/components/certificate_reporting/error_reporter.cc
@@ -100,7 +100,9 @@ bool EncryptSerializedReport(const uint8_t* server_public_key,
}
constexpr net::NetworkTrafficAnnotationTag kTrafficAnnotation =
- net::DefineNetworkTrafficAnnotation("safe_browsing_extended_reporting", R"(
+ net::DefineNetworkTrafficAnnotation(
+ "safe_browsing_certificate_error_reporting",
+ R"(
semantics {
sender: "Safe Browsing Extended Reporting"
description:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698