Index: content/shell/shell_content_browser_client.h |
=================================================================== |
--- content/shell/shell_content_browser_client.h (revision 138143) |
+++ content/shell/shell_content_browser_client.h (working copy) |
@@ -48,7 +48,10 @@ |
virtual void SiteInstanceDeleting(SiteInstance* site_instance) OVERRIDE; |
virtual bool ShouldSwapProcessesForNavigation(const GURL& current_url, |
const GURL& new_url) OVERRIDE; |
- |
+ virtual bool ShouldSwapProcessesForRedirect( |
+ 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, |