Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: components/sync/device_info/device_info_sync_bridge.cc

Issue 2621373004: [Sync] Renamed OnMetadataLoaded to ModelReadyToSync. (Closed)
Patch Set: Rebase. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « components/reading_list/ios/reading_list_store.cc ('k') | components/sync/device_info/device_info_sync_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698