| Index: chrome/browser/metrics/first_web_contents_profiler.cc
|
| diff --git a/chrome/browser/metrics/first_web_contents_profiler.cc b/chrome/browser/metrics/first_web_contents_profiler.cc
|
| index 4985a715635ae2eb89e99485ac53f1cb56ed6554..432fd58a0f2e7273db4a7ae61a0529bfd04e3da6 100644
|
| --- a/chrome/browser/metrics/first_web_contents_profiler.cc
|
| +++ b/chrome/browser/metrics/first_web_contents_profiler.cc
|
| @@ -87,6 +87,8 @@ void FirstWebContentsProfiler::DidStartNavigation(
|
| return;
|
| }
|
|
|
| + // TODO(carlosk): this DCHECK is hit when PlzNavigate is enabled. See
|
| + // crbug.com/610771.
|
| // The first navigation has to be the main frame's.
|
| DCHECK(navigation_handle->IsInMainFrame());
|
|
|
|
|