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

Unified Diff: net/cert/crl_set_storage.cc

Issue 2533953005: Standardize "net" category trace events (Closed)
Patch Set: Rebased Created 4 years 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/base/trace_constants.cc ('k') | net/cert/multi_threaded_cert_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/crl_set_storage.cc
diff --git a/net/cert/crl_set_storage.cc b/net/cert/crl_set_storage.cc
index a4e3fd122cd12adf7932432e60f94b2f71c30ce4..6380f94f3b246ea7f8e3f5740099e7afcfa932fc 100644
--- a/net/cert/crl_set_storage.cc
+++ b/net/cert/crl_set_storage.cc
@@ -14,6 +14,7 @@
#include "base/trace_event/trace_event.h"
#include "base/values.h"
#include "crypto/sha2.h"
+#include "net/base/trace_constants.h"
#include "third_party/zlib/zlib.h"
namespace net {
@@ -294,7 +295,7 @@ static bool ReadDeltaCRL(base::StringPiece* data,
// static
bool CRLSetStorage::Parse(base::StringPiece data,
scoped_refptr<CRLSet>* out_crl_set) {
- TRACE_EVENT0("net", "CRLSetStorage::Parse");
+ TRACE_EVENT0(kNetTracingCategory, "CRLSetStorage::Parse");
// Other parts of Chrome assume that we're little endian, so we don't lose
// anything by doing this.
#if defined(__BYTE_ORDER)
« no previous file with comments | « net/base/trace_constants.cc ('k') | net/cert/multi_threaded_cert_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698