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

Unified Diff: components/sync_driver/non_blocking_data_type_controller_unittest.cc

Issue 1671773002: [Sync] USS: Rename SharedModelTypeProcessor::Start and related methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@smtp
Patch Set: Rebase. Created 4 years, 10 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_driver/non_blocking_data_type_controller_unittest.cc
diff --git a/components/sync_driver/non_blocking_data_type_controller_unittest.cc b/components/sync_driver/non_blocking_data_type_controller_unittest.cc
index 6038f3cacda4e1aace6cc5256345fabbdeb87ad8..5af9b4d23b882e2acca060c1025936ac32470e4a 100644
--- a/components/sync_driver/non_blocking_data_type_controller_unittest.cc
+++ b/components/sync_driver/non_blocking_data_type_controller_unittest.cc
@@ -96,7 +96,7 @@ class MockSyncBackend {
void Connect(syncer::ModelType type,
scoped_ptr<syncer_v2::ActivationContext> activation_context) {
enabled_types_.Put(type);
- activation_context->type_processor->OnConnect(
+ activation_context->type_processor->ConnectSync(
make_scoped_ptr(new NullCommitQueue()));
}
« no previous file with comments | « components/sync_driver/non_blocking_data_type_controller.cc ('k') | sync/internal_api/public/model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698