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

Unified Diff: sync/sessions/nudge_tracker.h

Issue 824893004: sync: Remove unused private fields (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « sync/sessions/model_type_registry.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/nudge_tracker.h
diff --git a/sync/sessions/nudge_tracker.h b/sync/sessions/nudge_tracker.h
index 7d6cf0f832c45089384d4aa42db955500415320c..2bf9da108f7e2f596921caea5c0e7c829882b1eb 100644
--- a/sync/sessions/nudge_tracker.h
+++ b/sync/sessions/nudge_tracker.h
@@ -159,10 +159,6 @@ class SYNC_EXPORT_PRIVATE NudgeTracker {
TypeTrackerMap type_trackers_;
STLValueDeleter<TypeTrackerMap> type_tracker_deleter_;
- // Merged updates source. This should be obsolete, but the server still
- // relies on it for some heuristics.
- sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source_;
-
// Tracks whether or not invalidations are currently enabled.
bool invalidations_enabled_;
@@ -177,8 +173,6 @@ class SYNC_EXPORT_PRIVATE NudgeTracker {
// enabled, then complete a sync cycle to make sure we're fully up to date.
bool invalidations_out_of_sync_;
- size_t num_payloads_per_type_;
-
base::TimeTicks last_successful_sync_time_;
// A pending update to the current_retry_time_.
« no previous file with comments | « sync/sessions/model_type_registry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698