Index: chrome/browser/resources/sync_file_system_internals/main.html |
diff --git a/chrome/browser/resources/quota_internals/main.html b/chrome/browser/resources/sync_file_system_internals/main.html |
similarity index 52% |
copy from chrome/browser/resources/quota_internals/main.html |
copy to chrome/browser/resources/sync_file_system_internals/main.html |
index 62984748e5c380d9ff4a3c11c15adb15fa740aa3..839ab5d95685f1e9c5a9f1ed61489a77b35612bd 100644 |
--- a/chrome/browser/resources/quota_internals/main.html |
+++ b/chrome/browser/resources/sync_file_system_internals/main.html |
@@ -21,53 +21,19 @@ found in the LICENSE file. |
<script src="chrome://resources/css/tree.css.js"></script> |
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> |
-<script src="chrome://quota-internals/message_dispatcher.js"></script> |
-<script src="chrome://quota-internals/event_handler.js"></script> |
- |
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
<tabbox> |
<tabs> |
- <tab>Summary</tab> |
- <tab>Usage & Quota</tab> |
- <tab>Data</tab> |
+ <tab>Sync Service</tab> |
</tabs> |
<tabpanels> |
+ |
<tabpanel> |
- <!-- Summary --> |
- <h2>Summary</h2> |
- <table> |
- <tbody> |
- <tr> |
- <td>Free disk space for the profile directory.</td> |
- <td id="diskspace-entry">N/A</td> |
- </tr> |
- </tbody> |
- </table> |
- <h2>Misc Statistics</h2> |
- <table> |
- <tbody id="stat-entries" class="entries"></tbody> |
- </table> |
- </tabpanel> |
- |
- <tabpanel> |
- <!-- Usage and Quota --> |
- <h2>Usage and Quota Database Browser</h2> |
- <div id="tree-view-container"> |
- <button id="refresh-button">Refresh</button> |
- <tree id="tree-view"></tree> |
- </div> |
- <table> |
- <thead></thead> |
- <tbody id="tree-item-description"></tbody> |
- </table> |
- </tabpanel> |
- |
- <tabpanel> |
- <!-- Data --> |
- <button id="dump-button">Dump</button> |
- <pre id="dump-field"></pre> |
+ <!-- Sync Service --> |
+ <h2>Sync Service</h2> |
</tabpanel> |
+ |
</tabpanels> |
</tabbox> |