blob: 27992b39019ba8dd7a2c9a1adb12dece057fda33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<p><strong>Some personal info may be in the data dump. An option to
redact sensitive info will be added in the future, but until then, be
careful about posting data dumps on bug reports.</strong></p>
<!-- TODO(akalin): Add option to redact sensitive info. -->
<button id="dump-to-text">Dump to text</button>
<pre id="data-dump"></pre>
<script src="chrome://sync-internals/data.js"></script>
|