From 459a22a5e7e580f888faa4ef0cbc1f37d624a810 Mon Sep 17 00:00:00 2001 From: "rlarocque@chromium.org" Date: Sat, 9 Aug 2014 02:32:00 +0000 Subject: sync: Fix serialization in proto_value_conversions Adds proper serialiation for the 'initial_sync_in_progress' flag. This should have been part of r284159. BUG=351005 Review URL: https://codereview.chromium.org/453143002 Cr-Commit-Position: refs/heads/master@{#288494} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288494 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/protocol/proto_value_conversions.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sync') diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc index 62b611f..ba7fa53 100644 --- a/sync/protocol/proto_value_conversions.cc +++ b/sync/protocol/proto_value_conversions.cc @@ -897,6 +897,7 @@ 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; } -- cgit v1.1