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

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

Issue 11474036: Remove initial_sync_ended bits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase Created 8 years 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 | chrome/browser/sync/glue/sync_backend_host.cc » ('j') | 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 ad32c065a1a37bb040d5cacd4499ead3e5014f15..e696273554e8d932ccd03a0f9be202e64a90cad0 100644
--- a/chrome/browser/sync/about_sync_util.cc
+++ b/chrome/browser/sync/about_sync_util.cc
@@ -189,7 +189,6 @@ scoped_ptr<DictionaryValue> ConstructAboutInformation(
"Sync First-Time Setup Complete");
BoolSyncStat is_backend_initialized(section_local,
"Sync Backend Initialized");
- BoolSyncStat is_download_complete(section_local, "Initial Download Complete");
BoolSyncStat is_syncing(section_local, "Syncing");
ListValue* section_network = AddSection(stats_list, "Network");
@@ -299,7 +298,6 @@ scoped_ptr<DictionaryValue> ConstructAboutInformation(
is_setup_complete.SetValue(service->HasSyncSetupCompleted());
is_backend_initialized.SetValue(sync_initialized);
if (is_status_valid) {
- is_download_complete.SetValue(full_status.initial_sync_ended);
is_syncing.SetValue(full_status.syncing);
}
« no previous file with comments | « no previous file | chrome/browser/sync/glue/sync_backend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698