Chromium Code Reviews| Index: chrome/browser/resources/sync_internals/traffic.html |
| diff --git a/chrome/browser/resources/sync_internals/traffic.html b/chrome/browser/resources/sync_internals/traffic.html |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..aef37ae6a92481ee2316d89d2e699070be1fcb5f |
| --- /dev/null |
| +++ b/chrome/browser/resources/sync_internals/traffic.html |
| @@ -0,0 +1,9 @@ |
| +<p><strong>Some personal info may be in the data dump. An option to |
|
akalin
2012/03/30 01:45:35
Shorten this to something like:
Some personal inf
lipalani1
2012/03/30 20:35:16
I had it initially hooked up to data dump but the
|
| +redact sensitive info will be added in the future, but until then, be |
| +careful about posting data dumps on bug reports.</strong></p> |
| + |
| +<button id="traffic-to-text">Dump client server traffic to text</button> |
| + |
| +<pre id="traffic-dump"></pre> |
| + |
| +<script src="chrome://sync-internals/traffic.js"></script> |