Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_service.h |
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
| index b57387a6bdf34d2420e0689220a4bbbd88d50efd..26b41bcedddbda698adda2c67a660bd8f2c7c9b2 100644 |
| --- a/chrome/browser/sync/profile_sync_service.h |
| +++ b/chrome/browser/sync/profile_sync_service.h |
| @@ -338,6 +338,7 @@ class ProfileSyncService : public sync_driver::SyncService, |
| // ProfileSyncService. It declares that this sync type may be activated at |
| // some point in the future. This function call does not enable or activate |
| // the syncing of this type |
| + // TODO: this should merge with RegisterDataTypeController |
|
stanisc
2015/09/02 17:27:05
Will address this in the next patch. Let me know i
Nicolas Zea
2015/09/02 22:52:45
You can leave this, but it would be good to mark y
stanisc
2015/09/03 01:17:42
Done.
|
| void RegisterNonBlockingType(syncer::ModelType type); |
| // Called by a component that supports non-blocking sync when it is ready to |
| @@ -347,6 +348,7 @@ class ProfileSyncService : public sync_driver::SyncService, |
| // should result in a message to enable syncing for this type when the sync |
| // backend is available. If the type is not to be synced, this should result |
| // in a message that allows the component to delete its local sync state. |
| + // TODO: review usage of this |
| void InitializeNonBlockingType( |
| syncer::ModelType type, |
| const scoped_refptr<base::SequencedTaskRunner>& task_runner, |