DescriptionChange BrowsingInstance when changing WebUI type.
In the current implementation of --process-per-tab process model, navigation
from one type of WebUI to another type of WebUI does not result in a change
of SiteInstance. Since different WebUI types are unrelated, the
navigation should result in changing of SiteInstance.
Since the current code doesn't support keeping the same BrowsingInstance
and only changing the SiteInstance, this CL achieves the desired behavior
by forcing a BrowsingInstance change.
BUG=508850
Committed: https://crrev.com/cf3a66c97c6f3b22b6adb31daf52bce767a1ecbf
Cr-Commit-Position: refs/heads/master@{#355951}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Fixes based on Charlie's review. No new test yet. #Patch Set 3 : Added a test. #
Total comments: 8
Patch Set 4 : Fix nits. #
Messages
Total messages: 17 (5 generated)
|