summaryrefslogtreecommitdiffstats
path: root/content/public/browser/render_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/render_process_host.h')
-rw-r--r--content/public/browser/render_process_host.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 38f07ec..4ae7f3a 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -229,6 +229,13 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// Returns the ServiceRegistry for this process.
virtual ServiceRegistry* GetServiceRegistry() = 0;
+ // 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: Do not use! Will disappear after PlzNavitate is completed.
+ virtual const base::TimeTicks& GetInitTimeForNavigationMetrics() const = 0;
+
// Static management functions -----------------------------------------------
// Flag to run the renderer in process. This is primarily