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

Unified Diff: sync/internal_api/public/sessions/model_neutral_state.h

Issue 19982002: sync: Remove SyncSourceInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 5 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/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 e61e9950ca35c2d626d1a2737fc9ba058f9511eb..4abf15816ee8a8dce3e1d9b6545307fa73e23c90 100644
--- a/sync/internal_api/public/sessions/model_neutral_state.h
+++ b/sync/internal_api/public/sessions/model_neutral_state.h
@@ -26,6 +26,9 @@ struct SYNC_EXPORT ModelNeutralState {
// requested_update_types stores the set of types which were requested.
ModelTypeSet updates_request_types;
+ // The set of types for which commits were sent to the server.
+ ModelTypeSet commit_request_types;
+
sync_pb::ClientToServerResponse updates_response;
int num_successful_commits;

Powered by Google App Engine
This is Rietveld 408576698