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

Unified Diff: sync/internal_api/test/test_internal_components_factory.cc

Issue 10804039: Make SyncBackendRegistrar aware of loaded data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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 | « sync/internal_api/test/fake_sync_manager.cc ('k') | sync/sessions/sync_session_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/test/test_internal_components_factory.cc
diff --git a/sync/internal_api/test/test_internal_components_factory.cc b/sync/internal_api/test/test_internal_components_factory.cc
index 37aab64b8b3721dd01ec4c2d554c46885401accd..ac3f8a833f1e9d932da68c6132dcb109ce7add6d 100644
--- a/sync/internal_api/test/test_internal_components_factory.cc
+++ b/sync/internal_api/test/test_internal_components_factory.cc
@@ -27,7 +27,6 @@ scoped_ptr<sessions::SyncSessionContext>
TestInternalComponentsFactory::BuildContext(
ServerConnectionManager* connection_manager,
syncable::Directory* directory,
- const ModelSafeRoutingInfo& routing_info,
const std::vector<ModelSafeWorker*> workers,
ExtensionsActivityMonitor* monitor,
ThrottledDataTypeTracker* throttled_data_type_tracker,
@@ -38,9 +37,10 @@ TestInternalComponentsFactory::BuildContext(
// Tests don't wire up listeners.
std::vector<SyncEngineEventListener*> empty_listeners;
return scoped_ptr<sessions::SyncSessionContext>(
- new sessions::SyncSessionContext(connection_manager, directory,
- routing_info, workers, monitor, throttled_data_type_tracker,
- empty_listeners, debug_info_getter, traffic_recorder));
+ new sessions::SyncSessionContext(
+ connection_manager, directory, workers, monitor,
+ throttled_data_type_tracker, empty_listeners, debug_info_getter,
+ traffic_recorder));
}
scoped_ptr<syncable::DirectoryBackingStore>
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | sync/sessions/sync_session_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698