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

Unified Diff: components/domain_reliability/monitor.cc

Issue 992773002: Instrumentation to find jank in DomainReliabilityMonitor::AddBakedInConfigs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/domain_reliability/config.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/monitor.cc
diff --git a/components/domain_reliability/monitor.cc b/components/domain_reliability/monitor.cc
index 070b62deb09271eb0d35c3432887400ad8e80a0a..fbbf6919effd77b42998a8de0a288433e36ccbc0 100644
--- a/components/domain_reliability/monitor.cc
+++ b/components/domain_reliability/monitor.cc
@@ -234,6 +234,11 @@ DomainReliabilityContext* DomainReliabilityMonitor::AddContext(
DCHECK(config);
DCHECK(config->IsValid());
+ // TODO(vadimt): Remove ScopedTracker below once crbug.com/436671 is fixed.
+ tracked_objects::ScopedTracker tracking_profile(
+ FROM_HERE_WITH_EXPLICIT_FUNCTION(
+ "436671 DomainReliabilityConfig::AddContext"));
+
// Grab a copy of the domain before transferring ownership of |config|.
std::string domain = config->domain;
« no previous file with comments | « components/domain_reliability/config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698