Index: components/sync_driver/sync_service.h |
diff --git a/components/sync_driver/sync_service.h b/components/sync_driver/sync_service.h |
index 22ba44111595efa7d9fbe7710dcb7dc13848700b..5e30509a9319cf580c3a4a6d5c791ac1a145c012 100644 |
--- a/components/sync_driver/sync_service.h |
+++ b/components/sync_driver/sync_service.h |
@@ -141,11 +141,11 @@ |
// superset of the active types (see GetActiveDataTypes()). |
virtual syncer::ModelTypeSet GetPreferredDataTypes() const = 0; |
- // Called when a user chooses which data types to sync. |sync_everything| |
- // represents whether they chose the "keep everything synced" option; if |
- // true, |chosen_types| will be ignored and all data types will be synced. |
- // |sync_everything| means "sync all current and future data types." |
- // |chosen_types| must be a subset of syncer::UserSelectableTypes(). |
+ // Called when a user chooses which data types to sync as part of the sync |
+ // setup wizard. |sync_everything| represents whether they chose the |
+ // "keep everything synced" option; if true, |chosen_types| will be ignored |
+ // and all data types will be synced. |sync_everything| means "sync all |
+ // current and future data types." |
virtual void OnUserChoseDatatypes(bool sync_everything, |
syncer::ModelTypeSet chosen_types) = 0; |