diff options
Diffstat (limited to 'content/public/browser/render_process_host.h')
-rw-r--r-- | content/public/browser/render_process_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h index adb08728..189ede6 100644 --- a/content/public/browser/render_process_host.h +++ b/content/public/browser/render_process_host.h @@ -208,7 +208,8 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::Sender, // Returns true if the caller should attempt to use an existing // RenderProcessHost rather than creating a new one. - static bool ShouldTryToUseExistingProcessHost(); + static bool ShouldTryToUseExistingProcessHost( + content::BrowserContext* browser_context, const GURL& site_url); // Get an existing RenderProcessHost associated with the given browser // context, if possible. The renderer process is chosen randomly from |