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

Unified Diff: chrome/browser/resources/sync_internals/sync_index.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/sync_index.html
diff --git a/chrome/browser/resources/sync_internals/sync_index.html b/chrome/browser/resources/sync_internals/sync_index.html
index 74d67f6f91844a298496eb6c563c3dc8fcb9da90..4f8cb652b8614ca485b1bb30d90fc5024595620f 100644
--- a/chrome/browser/resources/sync_internals/sync_index.html
+++ b/chrome/browser/resources/sync_internals/sync_index.html
@@ -51,6 +51,7 @@ chrome/test/functional/special_tabs.py. -->
<tab>Events</tab>
<tab>Sync Node Browser</tab>
<tab>Search</tab>
+ <tab>Traffic</tab>
</tabs>
<tabpanels>
<tabpanel>
@@ -71,6 +72,9 @@ chrome/test/functional/special_tabs.py. -->
<tabpanel>
<include src="search.html" />
</tabpanel>
+ <tabpanel>
+ <include src="traffic.html" />
+ </tabpanel>
</tabpanels>
</tabbox>

Powered by Google App Engine
This is Rietveld 408576698