| Index: chrome/browser/resources/net_internals/capture_view.html
|
| diff --git a/chrome/browser/resources/net_internals/capture_view.html b/chrome/browser/resources/net_internals/capture_view.html
|
| index 818b3c969a4159a92a2783b2064da9928e85987f..a4b5f23769668c6e00d9b80738b7ed894c67525b 100644
|
| --- a/chrome/browser/resources/net_internals/capture_view.html
|
| +++ b/chrome/browser/resources/net_internals/capture_view.html
|
| @@ -1,5 +1,14 @@
|
| <div id=capture-view-tab-content class=content-box>
|
| <h2>Capture options</h2>
|
| +
|
| + <input id=capture-view-limit-checkbox type=checkbox />
|
| + <label for='capture-view-limit-checkbox'>
|
| + Discard old data under memory pressure.
|
| + <i>(If you capture all events for a long time, it is possible to exhaust memory and crash. Throwing out older data avoids this problem.)</i>
|
| + </label>
|
| +
|
| + <p />
|
| +
|
| <input id=capture-view-byte-logging-checkbox type=checkbox />
|
| <label for='capture-view-byte-logging-checkbox'>
|
| Include the actual bytes sent/received.
|
|
|