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

Unified Diff: chrome/browser/sync/internal_api/sync_manager.cc

Issue 9323015: [Sync] - In about:sync page display if the first sync after restart has taken place or not. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/internal_api/sync_manager.cc
diff --git a/chrome/browser/sync/internal_api/sync_manager.cc b/chrome/browser/sync/internal_api/sync_manager.cc
index 09739d2197bb4d5c3c3f9542b763290203ca1f98..e7157fd49d69a41a071bc4e33444859f8a33e99c 100644
--- a/chrome/browser/sync/internal_api/sync_manager.cc
+++ b/chrome/browser/sync/internal_api/sync_manager.cc
@@ -664,7 +664,6 @@ SyncManager::Status::Status()
unsynced_count(0),
conflicting_count(0),
syncing(false),
- initial_sync_ended(false),
updates_available(0),
updates_received(0),
tombstone_updates_received(0),
@@ -674,6 +673,7 @@ SyncManager::Status::Status()
empty_get_updates(0),
useless_sync_cycles(0),
useful_sync_cycles(0),
+ sync_count(0),
cryptographer_ready(false),
crypto_has_pending_keys(false) {
}

Powered by Google App Engine
This is Rietveld 408576698