Index: sync/internal_api/public/sessions/model_neutral_state.h |
diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/sync/internal_api/public/sessions/model_neutral_state.h |
index d85d0395753fd478866274616e55d8f874ff4957..8d97f8936548535728b3b9b285d50c208a42ef2c 100644 |
--- a/sync/internal_api/public/sessions/model_neutral_state.h |
+++ b/sync/internal_api/public/sessions/model_neutral_state.h |
@@ -53,11 +53,6 @@ struct SYNC_EXPORT ModelNeutralState { |
// Set to true by PostCommitMessageCommand if any commits were successful. |
bool items_committed; |
- |
- // Number of changes remaining, according to the server. |
- // Take it as an estimate unless it's value is zero, in which case there |
- // really is nothing more to download. |
- int64 num_server_changes_remaining; |
}; |
bool HasSyncerError(const ModelNeutralState& state); |