| Index: components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| diff --git a/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc b/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| index 08c44577d8f3464bd8f1910f3500af3ee6004965..843fe9c9731149cd2f50b617a2e839399b247bd1 100644
|
| --- a/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| +++ b/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| @@ -158,6 +158,8 @@ syncer::SyncMergeResult AutocompleteSyncableService::MergeDataAndStartSyncing(
|
| // Sync error when that item's deletion is propagated to Sync.
|
| web_data_backend_->RemoveExpiredFormElements();
|
|
|
| + web_data_backend_->NotifyThatSyncHasStarted(type);
|
| +
|
| return merge_result;
|
| }
|
|
|
|
|