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

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: For review. Created 8 years, 10 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..91a3aa24003a3b342632bad4d8fd90de52d3c24a 100644
--- a/chrome/browser/sync/internal_api/sync_manager.cc
+++ b/chrome/browser/sync/internal_api/sync_manager.cc
@@ -674,6 +674,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