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

Unified Diff: chrome/browser/sync/sessions/status_controller.cc

Issue 1161006: Make it clear what last_sync_timestamp actually tracks. Update (Closed)
Patch Set: Undo accidental patch-juggling mistake. Created 10 years, 9 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/sessions/status_controller.cc
diff --git a/chrome/browser/sync/sessions/status_controller.cc b/chrome/browser/sync/sessions/status_controller.cc
index 0d112b30e03df77777ce259b1aeed3e4bc721514..cfd6fa847d588adf25436bf6b6cb2c58fcfd6163 100644
--- a/chrome/browser/sync/sessions/status_controller.cc
+++ b/chrome/browser/sync/sessions/status_controller.cc
@@ -81,10 +81,6 @@ void StatusController::set_num_consecutive_errors(int value) {
shared_.error_counters.mutate()->consecutive_errors = value;
}
-void StatusController::set_got_new_timestamp() {
- shared_.control_params.got_new_timestamp = true;
-}
-
void StatusController::set_current_sync_timestamp(syncable::ModelType model,
int64 current_timestamp) {
PerModelTypeState* state = GetOrCreateModelTypeState(false, model);
« no previous file with comments | « chrome/browser/sync/sessions/status_controller.h ('k') | chrome/browser/sync/sessions/status_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698