summaryrefslogtreecommitdiffstats
path: root/content/browser/mock_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/mock_content_browser_client.h')
-rw-r--r--content/browser/mock_content_browser_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
index bc042b7..b9f4c80 100644
--- a/content/browser/mock_content_browser_client.h
+++ b/content/browser/mock_content_browser_client.h
@@ -45,6 +45,10 @@ class MockContentBrowserClient : public ContentBrowserClient {
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,