Index: sync/internal_api/public/sync_manager.h |
diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h |
index 87567b85bf583b71df069a5f73d3643b9e65eb15..210ca2b3efe12e3cb88124b9c7ca93aedcca285b 100644 |
--- a/sync/internal_api/public/sync_manager.h |
+++ b/sync/internal_api/public/sync_manager.h |
@@ -297,8 +297,8 @@ class SyncManager { |
// function getChildNodeIds(id); |
virtual void OnInitializationComplete( |
- const syncer::WeakHandle<syncer::JsBackend>& |
- js_backend, bool success) = 0; |
+ const syncer::WeakHandle<syncer::JsBackend>& js_backend, |
+ bool success, syncer::ModelTypeSet restored_types) = 0; |
Nicolas Zea
2012/07/20 21:35:39
nit: prefer having last arg on separate line
rlarocque
2012/07/20 23:20:05
Done.
|
// We are no longer permitted to communicate with the server. Sync should |
// be disabled and state cleaned up at once. This can happen for a number |
@@ -375,7 +375,6 @@ class SyncManager { |
bool use_ssl, |
const scoped_refptr<base::TaskRunner>& blocking_task_runner, |
scoped_ptr<HttpPostProviderFactory> post_factory, |
- const syncer::ModelSafeRoutingInfo& model_safe_routing_info, |
const std::vector<syncer::ModelSafeWorker*>& workers, |
syncer::ExtensionsActivityMonitor* extensions_activity_monitor, |
ChangeDelegate* change_delegate, |