Commit f482134e authored by Zhongyi Shi's avatar Zhongyi Shi Committed by Commit Bot

Add view for connection migration v2 field in net internal.

Bug: 774622
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Iebb15655a503c33d674b1a1cb636ea788ffdecde
Reviewed-on: https://chromium-review.googlesource.com/803632Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Reviewed-by: default avatarEric Roman <eroman@chromium.org>
Commit-Queue: Zhongyi Shi <zhongyi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521570}
parent 32977707
...@@ -71,6 +71,15 @@ ...@@ -71,6 +71,15 @@
<span jscontent="!!$this.migrate_sessions_on_network_change"> <span jscontent="!!$this.migrate_sessions_on_network_change">
</span> </span>
</td> </td>
</tr><tr>
<td>Migrate Sessions Early V2</td>
<td><span jscontent="!!$this.migrate_sessions_early_v2"></span></td>
</tr><tr>
<td>Migrate Sessions on Network Change V2</td>
<td>
<span jscontent="!!$this.migrate_sessions_on_network_change_v2">
</span>
</td>
</tr><tr> </tr><tr>
<td>Disable Bidirectional Streams</td> <td>Disable Bidirectional Streams</td>
<td><span jscontent="!!$this.disable_bidirectional_streams"></span></td> <td><span jscontent="!!$this.disable_bidirectional_streams"></span></td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment