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

Unified Diff: sync/internal_api/public/sessions/status_counters.h

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
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | sync/internal_api/public/sessions/status_counters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/sessions/status_counters.h
diff --git a/sync/internal_api/public/sessions/status_counters.h b/sync/internal_api/public/sessions/status_counters.h
index bab8d8a97b74a144ba7cab2af5f6dbb77d3c164f..9c7b1ea1412697ae1b4481c77a74bdf8ba48745e 100644
--- a/sync/internal_api/public/sessions/status_counters.h
+++ b/sync/internal_api/public/sessions/status_counters.h
@@ -19,7 +19,7 @@ struct SYNC_EXPORT_PRIVATE StatusCounters {
scoped_ptr<base::DictionaryValue> ToValue() const;
std::string ToString() const;
- size_t num_total_entries;
+ size_t num_entries;
};
} // namespace syncer
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | sync/internal_api/public/sessions/status_counters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698