Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 7ab0dc2999017cdccd030b37d5be2844e725a8b9..76d6d35a9663875cb1d473dfb80b5d249d799f65 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -137,6 +137,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void ResumeDeferredNavigation(const GlobalRequestID& request_id) override; |
void NotifyTimezoneChange() override; |
ServiceRegistry* GetServiceRegistry() override; |
+ const base::TimeTicks& GetInitTimeForNavigationMetrics() const override; |
// IPC::Sender via RenderProcessHost. |
bool Send(IPC::Message* msg) override; |
@@ -254,13 +255,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// immediately after receiving response headers. |
void ResumeResponseDeferredAtStart(const GlobalRequestID& request_id); |
- // PlzNavigate |
- // Returns the time the first call to Init completed successfully (after a new |
- // renderer process was created); further calls to Init won't change this |
- // value. |
- // Note: Will disappear after PlzNavitate is completed. |
- const base::TimeTicks& init_time() const { return init_time_; } |
- |
protected: |
// A proxy for our IPC::Channel that lives on the IO thread (see |
// browser_process.h) |