Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Side by Side Diff: components/sync_driver/resources/data.html

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <p><strong>Some personal info may be in the events dump. Be 1 <p><strong>Some personal info may be in the events dump. Be
2 careful about posting data dumps on bug reports.</strong></p> 2 careful about posting data dumps on bug reports.</strong></p>
3 3
4 <button id="dump-to-text">Dump sync events to text</button> 4 <button id="dump-to-text">Dump sync events to text</button>
5 5
6 <pre id="data-dump"></pre> 6 <pre id="data-dump"></pre>
7 7
8 <hr> 8 <hr>
9 9
10 <div id="node-type-checkboxes"> 10 <div id="node-type-checkboxes">
11 </div> 11 </div>
12 12
13 13
14 <button id="dump-to-file">Dump sync nodes to file</button> 14 <button id="dump-to-file">Dump sync nodes to file</button>
15 15
16 <input type="checkbox" id="include-specifics">include node content <font color=" red">WARNING: This is likely to include personal information.</font><br> 16 <input type="checkbox" id="include-specifics">include node content <font color=" red">WARNING: This is likely to include personal information.</font><br>
17 17
18 <a style="display: none" id="dump-to-file-anchor"></a> 18 <a style="display: none" id="dump-to-file-anchor"></a>
19 19
20 <script src="chrome://sync-internals/data.js"></script> 20 <script src="chrome://sync-internals/data.js"></script>
OLDNEW
« no previous file with comments | « components/sync_driver/resources/chrome_sync.js ('k') | components/sync_driver/resources/data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698