Make --site-per-process override --process-per-tab in RFHM::ShouldTransitionCrossSite.
commit3180ced2f2cfd98fee64a48bef2dc460fa229243
authoralexmos <alexmos@chromium.org>
Fri, 6 Feb 2015 06:12:02 +0000 (5 22:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 06:12:59 +0000 (6 06:12 +0000)
tree5ccbca36a544291d00188f7db05f9a4d239548f7
parent07feb4753f0b0459e7c2669054ccb9384062261c
Make --site-per-process override --process-per-tab in RFHM::ShouldTransitionCrossSite.

This is necessary so that layout tests can run with --site-per-process.  Layout tests run with --dump-render-tree, which also forces --process-per-tab, and the latter was conflicting with --site-per-process.

BUG=417518

Review URL: https://codereview.chromium.org/891063002

Cr-Commit-Position: refs/heads/master@{#314985}
content/browser/frame_host/render_frame_host_manager.cc