| Index: sync/protocol/proto_value_conversions.cc
|
| diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
|
| index ba7fa53b1cfd9221630eb06f6ebb1b913ad2f34f..62b611f1c62b6b1fd45e732bc8a1948f116714e4 100644
|
| --- a/sync/protocol/proto_value_conversions.cc
|
| +++ b/sync/protocol/proto_value_conversions.cc
|
| @@ -897,7 +897,6 @@ base::DictionaryValue* GetUpdateTriggersToValue(
|
| SET_BOOL(invalidations_out_of_sync);
|
| SET_INT64(local_modification_nudges);
|
| SET_INT64(datatype_refresh_nudges);
|
| - SET_BOOL(initial_sync_in_progress);
|
| return value;
|
| }
|
|
|
|
|