| Index: content/common/renderer.mojom
|
| diff --git a/content/common/renderer.mojom b/content/common/renderer.mojom
|
| index 6c7fb6abb946757b3f8bc5cdb246c0a774c4e9c0..a727263f326f561d462867b60ba9bbfd198cafc1 100644
|
| --- a/content/common/renderer.mojom
|
| +++ b/content/common/renderer.mojom
|
| @@ -32,6 +32,10 @@ struct CreateViewParams {
|
| // set one (MSG_ROUTING_NONE otherwise).
|
| int32 opener_frame_route_id = IPC.mojom.kRoutingIdNone;
|
|
|
| + // Id of a related set of browsing contexts that the new view should belong
|
| + // to.
|
| + int32 browsing_instance_id;
|
| +
|
| // Whether the RenderView should initially be swapped out.
|
| bool swapped_out;
|
|
|
|
|