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

Unified Diff: chrome/browser/sync/test/integration/two_client_uss_sync_test.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
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/two_client_uss_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_uss_sync_test.cc b/chrome/browser/sync/test/integration/two_client_uss_sync_test.cc
index dbba60daea130ba8d9b3d15c186cd3acc94d8a31..5ef52f81a6b9b0234a2c9ad34d6bdf632ee88ecf 100644
--- a/chrome/browser/sync/test/integration/two_client_uss_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_uss_sync_test.cc
@@ -65,7 +65,7 @@ class TestModelTypeSyncBridge : public FakeModelTypeSyncBridge {
TestModelTypeSyncBridge()
: FakeModelTypeSyncBridge(base::Bind(&ModelTypeChangeProcessor::Create)) {
- change_processor()->OnMetadataLoaded(db().CreateMetadataBatch());
+ change_processor()->ModelReadyToSync(db().CreateMetadataBatch());
}
base::Optional<syncer::ModelError> ApplySyncChanges(
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698