Chromium Code Reviews| Index: content/public/browser/content_browser_client.cc |
| =================================================================== |
| --- content/public/browser/content_browser_client.cc (revision 269838) |
| +++ content/public/browser/content_browser_client.cc (working copy) |
| @@ -66,6 +66,10 @@ |
| return true; |
| } |
| +bool ContentBrowserClient::MayReuseHost(RenderProcessHost* process_host) { |
| + return true; |
| +} |
| + |
| bool ContentBrowserClient::ShouldTryToUseExistingProcessHost( |
| BrowserContext* browser_context, const GURL& url) { |
| return false; |