| 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 d0efb5e53aaa245850bfe72ea31b48f7e9dc01b8..dd3a4f70ecd82240bdaeae427d8c83e4831b2856 100644
|
| --- a/chrome/browser/resources/sync_file_system_internals/main.html
|
| +++ b/chrome/browser/resources/sync_file_system_internals/main.html
|
| @@ -26,6 +26,7 @@ found in the LICENSE file.
|
| <tab>Sync Service</tab>
|
| <tab>Extension Statuses</tab>
|
| <tab>File Metadata</tab>
|
| + <tab>Database Dump</tab>
|
| </tabs>
|
| <tabpanels>
|
| <tabpanel>
|
| @@ -37,6 +38,9 @@ found in the LICENSE file.
|
| <tabpanel>
|
| <include src="file_metadata.html" />
|
| </tabpanel>
|
| + <tabpanel>
|
| + <include src="dump_database.html" />
|
| + </tabpanel>
|
| </tabpanels>
|
| </tabbox>
|
|
|
|
|