| 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 a6241af4cb237085889ff801d0f7556e5d179978..e59c761d81fc784fd7af2bf853a80091bce5685a 100644
|
| --- a/chrome/browser/resources/sync_internals/sync_index.html
|
| +++ b/chrome/browser/resources/sync_internals/sync_index.html
|
| @@ -46,10 +46,6 @@ 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">
|
| @@ -59,7 +55,6 @@ chrome/test/functional/special_tabs.py. -->
|
| <tab id="sync-events-tab">Events</tab>
|
| <tab id="sync-browser-tab">Sync Node Browser</tab>
|
| <tab id="sync-search-tab">Search</tab>
|
| - <tab id="sync-traffic-tab">Traffic</tab>
|
| </tabs>
|
| <tabpanels>
|
| <tabpanel>
|
| @@ -77,9 +72,6 @@ chrome/test/functional/special_tabs.py. -->
|
| <tabpanel>
|
| <include src="search.html" />
|
| </tabpanel>
|
| - <tabpanel>
|
| - <include src="traffic.html" />
|
| - </tabpanel>
|
| </tabpanels>
|
| </tabbox>
|
|
|
|
|