| Index: components/sync/device_info/device_info_sync_bridge.cc
|
| diff --git a/components/sync/device_info/device_info_sync_bridge.cc b/components/sync/device_info/device_info_sync_bridge.cc
|
| index 86d09f71e7d9c7fae9672e7d07732f1e9762e28c..0ba09e3108ea426c8842b0d41b49a7295c94deb6 100644
|
| --- a/components/sync/device_info/device_info_sync_bridge.cc
|
| +++ b/components/sync/device_info/device_info_sync_bridge.cc
|
| @@ -387,7 +387,7 @@ void DeviceInfoSyncBridge::OnReadAllMetadata(
|
| return;
|
| }
|
|
|
| - change_processor()->OnMetadataLoaded(std::move(metadata_batch));
|
| + change_processor()->ModelReadyToSync(std::move(metadata_batch));
|
| ReconcileLocalAndStored();
|
| }
|
|
|
|
|