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
5 found in the LICENSE file.
7 <html i18n-values=
"dir:textdirection;lang:language">
9 <title>Sync File System Internals
</title>
10 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
11 <link rel=
"stylesheet" href=
"main.css">
13 <script src=
"chrome://resources/js/util.js"></script>
14 <script src=
"chrome://resources/js/cr.js"></script>
15 <script src=
"chrome://resources/js/cr/event_target.js"></script>
17 <link rel=
"stylesheet" href=
"chrome://resources/css/tabs.css">
18 <script src=
"chrome://resources/js/load_time_data.js"></script>
19 <script src=
"chrome://resources/js/cr/ui.js"></script>
20 <script src=
"chrome://resources/js/cr/ui/tabs.js"></script>
21 <script src=
"chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
22 <script src=
"chrome://syncfs-internals/strings.js"></script>
23 <script src=
"chrome://syncfs-internals/utils.js"></script>
29 <tab>Sync Service
</tab>
31 <tab>Extension Statuses
</tab>
32 <tab>File Metadata
</tab>
33 <tab>Database Dump
</tab>
37 <include src=
"sync_service.html" >
40 <include src=
"task_log.html" >
43 <include src=
"extension_statuses.html" >
46 <include src=
"file_metadata.html" >
49 <include src=
"dump_database.html" >
54 <script src=
"chrome://resources/js/i18n_template.js"></script>