| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index df0c3eda3e9c1274cda65368e4cc6ad6d97b5508..8dc247084138caf49bd76376fdd4eb57565d050b 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -560,8 +560,8 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| void DeleteRenderFrameProxyHost(SiteInstance* site_instance);
|
|
|
| // Returns whether this tab should transition to a new renderer for
|
| - // cross-site URLs. Enabled unless we see the --process-per-tab command line
|
| - // switch. Can be overridden in unit tests.
|
| + // cross-site URLs. Enabled unless we see the --single-process command line
|
| + // switch.
|
| bool ShouldTransitionCrossSite();
|
|
|
| // Returns true if for the navigation from |current_effective_url| to
|
|
|