diff options
Diffstat (limited to 'chrome/browser/resources/net_internals/index.html')
-rw-r--r-- | chrome/browser/resources/net_internals/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chrome/browser/resources/net_internals/index.html b/chrome/browser/resources/net_internals/index.html index 483d932..d146242 100644 --- a/chrome/browser/resources/net_internals/index.html +++ b/chrome/browser/resources/net_internals/index.html @@ -191,9 +191,8 @@ found in the LICENSE file. <td valign=top> <h2>Dump data</h2> <div style="margin: 8px"> - <p> - <input id=securityStrippingCheckbox type=checkbox checked=yes> - Strip private information (cookies and credentials). + <p><input id=securityStrippingCheckbox type=checkbox checked=yes> + Strip private information (cookies and credentials). </p> <p> <a href="javascript:displayHelpForBugDump()"> @@ -217,7 +216,10 @@ found in the LICENSE file. <td align=right id=activelyCapturedCount></td> </tr> </table> - <input type=button value="Delete all" id=dataViewDeleteAll /> + <p><input type=button value="Delete all" id=dataViewDeleteAll /></p> + <p><input id=byteLoggingCheckbox type=checkbox> + Log actual bytes sent/received. + </p> </div> </td> |