Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8654)

Unified Diff: chrome/browser/resources/sync_internals/sync_index.html

Issue 290023003: sync: Add UI code for per type debug counters (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Update comment and rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/sync_internals/sync_index.html
diff --git a/chrome/browser/resources/sync_internals/sync_index.html b/chrome/browser/resources/sync_internals/sync_index.html
index e98d9e756718bb6356c1e224ff797e8b25e0acbc..a2b30e357c1e90b0de5086ce3a901ca6a19f9039 100644
--- a/chrome/browser/resources/sync_internals/sync_index.html
+++ b/chrome/browser/resources/sync_internals/sync_index.html
@@ -9,6 +9,7 @@ chrome/test/functional/special_tabs.py. -->
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
<link rel="stylesheet" href="about.css">
+<link rel="stylesheet" href="types.css">
<link rel="stylesheet" href="sync_search.css">
<link rel="stylesheet" href="sync_node_browser.css">
@@ -34,6 +35,7 @@ chrome/test/functional/special_tabs.py. -->
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://sync-internals/chrome_sync.js"></script>
<script src="chrome://sync-internals/about.js"></script>
+<script src="chrome://sync-internals/types.js"></script>
<script src="chrome://sync-internals/sync_log.js"></script>
<script src="chrome://sync-internals/sync_node_browser.js"></script>
<script src="chrome://sync-internals/sync_search.js"></script>
@@ -52,6 +54,7 @@ chrome/test/functional/special_tabs.py. -->
<tabbox id="sync-page">
<tabs>
<tab id="sync-about-tab">About</tab>
+ <tab id="sync-types-tab">Types</tab>
<tab id="sync-data-tab">Data</tab>
<tab id="sync-events-tab">Events</tab>
<tab id="sync-browser-tab">Sync Node Browser</tab>
@@ -62,6 +65,9 @@ chrome/test/functional/special_tabs.py. -->
<include src="about.html" />
</tabpanel>
<tabpanel>
+ <include src="types.html" />
+ </tabpanel>
+ <tabpanel>
<include src="data.html" />
</tabpanel>
<tabpanel>
« no previous file with comments | « chrome/browser/resources/sync_internals/chrome_sync.js ('k') | chrome/browser/resources/sync_internals/types.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698