| 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;
|
|
|
|
|