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

Unified Diff: chrome/browser/ui/webui/sync_internals_ui.cc

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/ui/webui/sync_internals_ui.cc
diff --git a/chrome/browser/ui/webui/sync_internals_ui.cc b/chrome/browser/ui/webui/sync_internals_ui.cc
index d776090789a4ee535b9a67cb88bfdfae5387fe4c..bc38b6ed95fc47e197b436eb78afdb7aa7f5bfec 100644
--- a/chrome/browser/ui/webui/sync_internals_ui.cc
+++ b/chrome/browser/ui/webui/sync_internals_ui.cc
@@ -24,6 +24,7 @@ content::WebUIDataSource* CreateSyncInternalsHTMLSource() {
source->AddResourcePath("sync_index.js", IDR_SYNC_INTERNALS_INDEX_JS);
source->AddResourcePath("chrome_sync.js",
IDR_SYNC_INTERNALS_CHROME_SYNC_JS);
+ source->AddResourcePath("types.js", IDR_SYNC_INTERNALS_TYPES_JS);
source->AddResourcePath("sync_log.js", IDR_SYNC_INTERNALS_SYNC_LOG_JS);
source->AddResourcePath("sync_node_browser.js",
IDR_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS);
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_message_handler.cc ('k') | sync/internal_api/public/sessions/status_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698