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

Unified Diff: chrome/browser/net/crl_set_fetcher.cc

Issue 1814463002: [NOT FOR REVIEW] Instrument net/ with trace events. Base URL: https://chromium.googlesource.com/chromium/src.git@profiler
Patch Set: meh Created 4 years, 9 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 | « chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc ('k') | net/base/address_tracker_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/crl_set_fetcher.cc
diff --git a/chrome/browser/net/crl_set_fetcher.cc b/chrome/browser/net/crl_set_fetcher.cc
index f2d9caf4bd3e970ad02f0b39163264dabde8c133..4232818709d5997c160aa5179aff34c77164e3d3 100644
--- a/chrome/browser/net/crl_set_fetcher.cc
+++ b/chrome/browser/net/crl_set_fetcher.cc
@@ -63,6 +63,7 @@ void CRLSetFetcher::DeleteFromDisk(const base::FilePath& path) {
}
void CRLSetFetcher::DoInitialLoadFromDisk() {
+ TRACE_EVENT0("CRLSetFetcher", "CRLSetFetcher::DoInitialLoadFromDisk");
DCHECK_CURRENTLY_ON(BrowserThread::FILE);
LoadFromDisk(GetCRLSetFilePath(), &crl_set_);
« no previous file with comments | « chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc ('k') | net/base/address_tracker_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698