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

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 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/sync_index.html
diff --git a/chrome/browser/resources/sync_internals/sync_index.html b/chrome/browser/resources/sync_internals/sync_index.html
index cd3c5005b99a8954c5d8228a80a50b7c4c92848d..5c186c800036fb2e157fa1fac933c0d3cb4a9d51 100644
--- a/chrome/browser/resources/sync_internals/sync_index.html
+++ b/chrome/browser/resources/sync_internals/sync_index.html
@@ -43,6 +43,10 @@ chrome/test/functional/special_tabs.py. -->
same height no matter which tab is selected. */
min-height: 650px;
}
+
+#traffic-dump {
+ font-size: 120%;
+}
</style>
<tabbox id="sync-page">
@@ -53,6 +57,7 @@ chrome/test/functional/special_tabs.py. -->
<tab>Events</tab>
<tab>Sync Node Browser</tab>
<tab>Search</tab>
+ <tab>Traffic</tab>
</tabs>
<tabpanels>
<tabpanel>
@@ -73,6 +78,9 @@ chrome/test/functional/special_tabs.py. -->
<tabpanel>
<include src="search.html" />
</tabpanel>
+ <tabpanel>
+ <include src="traffic.html" />
+ </tabpanel>
</tabpanels>
</tabbox>
« no previous file with comments | « chrome/browser/resources/sync_internals/chrome_sync.js ('k') | chrome/browser/resources/sync_internals/traffic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698