Index: content/browser/frame_host/navigator_impl.cc |
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc |
index 584f950b44185549ae195358c7322d4d71af7887..f1b75489edc2b4ace4512c24048d5a86aa33ea41 100644 |
--- a/content/browser/frame_host/navigator_impl.cc |
+++ b/content/browser/frame_host/navigator_impl.cc |
@@ -900,7 +900,7 @@ void NavigatorImpl::RecordNavigationMetrics( |
RenderProcessHostImpl* process_host = |
static_cast<RenderProcessHostImpl*>(site_instance->GetProcess()); |
bool navigation_created_new_renderer_process = |
- process_host->init_time() > navigation_data_->start_time_; |
+ process_host->GetInitTime() > navigation_data_->start_time_; |
if (navigation_created_new_renderer_process) { |
UMA_HISTOGRAM_TIMES( |
"Navigation.TimeToCommit_NewRenderer_BeforeUnloadDiscounted", |