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 9a219ced2ce21c8612e5f30b96999d8bb1711673..89cd3b2d543b8aee5f1d460a47a5ef696331436f 100644 |
--- a/chrome/browser/metrics/first_web_contents_profiler.cc |
+++ b/chrome/browser/metrics/first_web_contents_profiler.cc |
@@ -166,7 +166,7 @@ void FirstWebContentsProfiler::DidFinishNavigation( |
// to another page that does trigger it. |
if (navigation_handle->IsInMainFrame() && |
navigation_handle->HasCommitted() && |
- !navigation_handle->IsSamePage()) { |
+ !navigation_handle->IsSameDocument()) { |
FinishedCollectingMetrics(FinishReason::ABANDON_NEW_NAVIGATION); |
} |
return; |