Chromium Code Reviews| 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..531f22054c86e1db812e491d845d78dcea459e22 100644 |
| --- a/chrome/browser/resources/net_internals/capture_view.html |
| +++ b/chrome/browser/resources/net_internals/capture_view.html |
| @@ -1,9 +1,18 @@ |
| <div id=capture-view-tab-content class=content-box> |
| <h2>Capture options</h2> |
| + |
| + <input id=capture-view-limit-checkbox type=checkbox checked /> |
|
mmenke
2012/03/02 23:28:06
I worry about making it enabled by default...I hav
eroman
2012/03/02 23:32:26
Yeah I think you right. I did some more experiment
eroman
2012/03/02 23:36:07
Done.
|
| + <label for='capture-view-limit-checkbox' |
| + title='If you capture all events for a long time, it is possible to exhaust memory and crash. Throwing out older data avoids this problem.'> |
| + Discard old data under memory pressure. |
| + </label> |
| + |
| + <br/> |
| + |
| <input id=capture-view-byte-logging-checkbox type=checkbox /> |
| - <label for='capture-view-byte-logging-checkbox'> |
| + <label for='capture-view-byte-logging-checkbox' |
| + title='This will result in huge log files, and can expose sensitive data'> |
| Include the actual bytes sent/received. |
| - <i>(This will result in huge log files, and can expose sensitive data)</i> |
| </label> |
| <ul> |