Chromium Code Reviews| Index: chrome/browser/resources/sync_file_system_internals/main.html |
| diff --git a/chrome/browser/resources/sync_file_system_internals/main.html b/chrome/browser/resources/sync_file_system_internals/main.html |
| index 554df0a009f8187c0b875a3885f061d915557345..d251a2f55df0ccf0e8252d0c63ad27f690e5f42a 100644 |
| --- a/chrome/browser/resources/sync_file_system_internals/main.html |
| +++ b/chrome/browser/resources/sync_file_system_internals/main.html |
| @@ -20,17 +20,14 @@ found in the LICENSE file. |
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
|
arv (Not doing code reviews)
2013/05/02 19:45:06
Does this really need an id? Can you just use "tab
calvinlo
2013/05/07 06:14:10
Done.
|
| -<tabbox> |
| +<tabbox id="syncfs-internals-tabbox"> |
| <tabs> |
| <tab>Sync Service</tab> |
| </tabs> |
| <tabpanels> |
| - |
| <tabpanel> |
| - <!-- Sync Service --> |
| - <h2>Sync Service</h2> |
| + <include src="sync_service.html" /> |
| </tabpanel> |
| - |
| </tabpanels> |
| </tabbox> |