| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2013 The Chromium Authors. All rights reserved. | 3 Copyright 2013 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
| 8 <meta charset="utf-8"> | 8 <meta charset="utf-8"> |
| 9 <title>Sync File System Internals</title> | 9 <title>Sync File System Internals</title> |
| 10 <link rel="stylesheet" href="main.css"> | 10 <link rel="stylesheet" href="main.css"> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 <tabbox> | 25 <tabbox> |
| 26 <tabs> | 26 <tabs> |
| 27 <tab>Sync Service</tab> | 27 <tab>Sync Service</tab> |
| 28 <tab>Task Log</tab> | 28 <tab>Task Log</tab> |
| 29 <tab>Extension Statuses</tab> | 29 <tab>Extension Statuses</tab> |
| 30 <tab>File Metadata</tab> | 30 <tab>File Metadata</tab> |
| 31 <tab>Database Dump</tab> | 31 <tab>Database Dump</tab> |
| 32 </tabs> | 32 </tabs> |
| 33 <tabpanels> | 33 <tabpanels> |
| 34 <tabpanel> | 34 <tabpanel> |
| 35 <include src="sync_service.html" /> | 35 <include src="sync_service.html" > |
| 36 </tabpanel> | 36 </tabpanel> |
| 37 <tabpanel> | 37 <tabpanel> |
| 38 <include src="task_log.html" /> | 38 <include src="task_log.html" > |
| 39 </tabpanel> | 39 </tabpanel> |
| 40 <tabpanel> | 40 <tabpanel> |
| 41 <include src="extension_statuses.html" /> | 41 <include src="extension_statuses.html" > |
| 42 </tabpanel> | 42 </tabpanel> |
| 43 <tabpanel> | 43 <tabpanel> |
| 44 <include src="file_metadata.html" /> | 44 <include src="file_metadata.html" > |
| 45 </tabpanel> | 45 </tabpanel> |
| 46 <tabpanel> | 46 <tabpanel> |
| 47 <include src="dump_database.html" /> | 47 <include src="dump_database.html" > |
| 48 </tabpanel> | 48 </tabpanel> |
| 49 </tabpanels> | 49 </tabpanels> |
| 50 </tabbox> | 50 </tabbox> |
| 51 | 51 |
| 52 </body> | 52 </body> |
| 53 </html> | 53 </html> |
| OLD | NEW |