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

Unified Diff: chrome/browser/resources/sync_internals/traffic.html

Issue 9826035: [Sync] Display the client server traffic log in about:sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For submitting. Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
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 100644
index 0000000000000000000000000000000000000000..fd437e67f0a694ed3b7a9c498a097de5dda209b3
--- /dev/null
+++ b/chrome/browser/resources/sync_internals/traffic.html
@@ -0,0 +1,7 @@
+<p><strong>Some personal info may be in the traffic dump.</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>
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_index.html ('k') | chrome/browser/resources/sync_internals/traffic.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698