Index: chrome/browser/chrome_content_browser_client.h |
=================================================================== |
--- chrome/browser/chrome_content_browser_client.h (revision 138143) |
+++ chrome/browser/chrome_content_browser_client.h (working copy) |
@@ -53,6 +53,10 @@ |
OVERRIDE; |
virtual bool ShouldSwapProcessesForNavigation(const GURL& current_url, |
const GURL& new_url) OVERRIDE; |
+ virtual bool ShouldSwapProcessesForRedirect( |
+ content::ResourceContext* resource_context, |
+ const GURL& current_url, |
+ const GURL& new_url) OVERRIDE; |
virtual std::string GetCanonicalEncodingNameByAliasName( |
const std::string& alias_name) OVERRIDE; |
virtual void AppendExtraCommandLineSwitches(CommandLine* command_line, |