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

Unified Diff: sync/internal_api/public/engine/sync_status.cc

Issue 10991005: Added nudge source counters to about:sync. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed SyncManagerImpl::ScheduleNudge*() functions. Created 8 years, 3 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: sync/internal_api/public/engine/sync_status.cc
diff --git a/sync/internal_api/public/engine/sync_status.cc b/sync/internal_api/public/engine/sync_status.cc
index 4018a74e2ef56e7a2912eae8cf5489054219f596..655571d218fd44a48a999ec32d11cf82a65bc234 100644
--- a/sync/internal_api/public/engine/sync_status.cc
+++ b/sync/internal_api/public/engine/sync_status.cc
@@ -29,6 +29,10 @@ SyncStatus::SyncStatus()
sync_cycles_without_commits(0),
useless_sync_cycles(0),
useful_sync_cycles(0),
+ nudge_source_notification(0),
+ nudge_source_local(0),
+ nudge_source_continuation(0),
+ nudge_source_local_refresh(0),
cryptographer_ready(false),
crypto_has_pending_keys(false),
has_keystore_key(false),

Powered by Google App Engine
This is Rietveld 408576698