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

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 review. 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 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
+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>

Powered by Google App Engine
This is Rietveld 408576698