| Index: content/browser/mock_content_browser_client.h
|
| ===================================================================
|
| --- content/browser/mock_content_browser_client.h (revision 138143)
|
| +++ content/browser/mock_content_browser_client.h (working copy)
|
| @@ -45,6 +45,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,
|
|
|