Index: content/public/browser/content_browser_client.cc |
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
index 98e0364099509de981cecbf8e5f2ed45abe64377..887f581b6b62cbe85853d0a4064a4fb0369fac1a 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -84,6 +84,7 @@ bool ContentBrowserClient::ShouldTryToUseExistingProcessHost( |
} |
bool ContentBrowserClient::ShouldSwapProcessesForNavigation( |
+ SiteInstance* site_instance, |
const GURL& current_url, |
const GURL& new_url) { |
return false; |