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); |