| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index fa0a406574848fc123c27a660bc0587e22900c54..c90a389d06a569acaaaf3bb8d3165d843911f3b3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -902,6 +902,11 @@ ServiceRegistry* RenderProcessHostImpl::GetServiceRegistry() {
|
| return mojo_application_host_->service_registry();
|
| }
|
|
|
| +const base::TimeTicks& RenderProcessHostImpl::GetInitTimeForNavigationMetrics()
|
| + const {
|
| + return init_time_;
|
| +}
|
| +
|
| void RenderProcessHostImpl::AddRoute(
|
| int32 routing_id,
|
| IPC::Listener* listener) {
|
|
|