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

Unified Diff: chrome/browser/sync/about_sync_util.cc

Issue 73043002: Fixed two typos on chrome://sync-internals/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/about_sync_util.cc
diff --git a/chrome/browser/sync/about_sync_util.cc b/chrome/browser/sync/about_sync_util.cc
index d52344334134b48183d0f050ab7fb0d925b89a45..36e2221d107938b5d7c7045fa6a06859c3c674b2 100644
--- a/chrome/browser/sync/about_sync_util.cc
+++ b/chrome/browser/sync/about_sync_util.cc
@@ -281,14 +281,14 @@ scoped_ptr<DictionaryValue> ConstructAboutInformation(
IntSyncStat notifications_received(section_counters,
"Notifications Received");
IntSyncStat empty_get_updates(section_counters, "Cycles Without Updates");
- IntSyncStat non_empty_get_updates(section_counters, "Cycles With Updated");
+ IntSyncStat non_empty_get_updates(section_counters, "Cycles With Updates");
IntSyncStat sync_cycles_without_commits(section_counters,
"Cycles Without Commits");
IntSyncStat sync_cycles_with_commits(section_counters, "Cycles With Commits");
IntSyncStat useless_sync_cycles(section_counters,
"Cycles Without Commits or Updates");
IntSyncStat useful_sync_cycles(section_counters,
- "Cycles With Commit or Update");
+ "Cycles With Commits or Updates");
IntSyncStat updates_received(section_counters, "Updates Downloaded");
IntSyncStat tombstone_updates(section_counters, "Tombstone Updates");
IntSyncStat reflected_updates(section_counters, "Reflected Updates");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698