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

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

Issue 10210009: sync: Loop committing items without downloading updates (v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor loop again, add comments + more Created 8 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/sync/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index 902e495bcac4cfbe19605b37a9af809d00d4042e..a31ecbb211164d571d895f74aa4f06c208c2228c 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -667,9 +667,6 @@ void ConstructAboutInformation(ProfileSyncService* service,
// This is counted when we prepare the commit message.
ListValue* transient_cycle = AddSyncDetailsSection(
details, "Transient Counters (this cycle)");
- sync_ui_util::AddIntSyncDetail(transient_cycle,
- "Unsynced Count (before commit)",
- full_status.unsynced_count);
// These are counted during the ApplyUpdates step.
sync_ui_util::AddIntSyncDetail(

Powered by Google App Engine
This is Rietveld 408576698