Index: sync/engine/syncer_proto_util.cc |
diff --git a/sync/engine/syncer_proto_util.cc b/sync/engine/syncer_proto_util.cc |
index fd856fc47fc6f7220d5365e5b9ce0a61602ebf30..47a17da8197ebcf5543b05e68e8823a1425afdb1 100644 |
--- a/sync/engine/syncer_proto_util.cc |
+++ b/sync/engine/syncer_proto_util.cc |
@@ -363,6 +363,7 @@ SyncerError SyncerProtoUtil::PostClientToServerMessage( |
AddBagOfChips(session->context()->directory(), msg); |
msg->set_api_key(google_apis::GetAPIKey()); |
msg->mutable_client_status()->CopyFrom(session->context()->client_status()); |
+ msg->set_invalidator_client_id(session->context()->invalidator_client_id()); |
syncable::Directory* dir = session->context()->directory(); |