Searched refs:pref_groups_ (Results 1 – 2 of 2) sorted by relevance
405 pref_groups_[syncer::APPS].Put(syncer::APP_NOTIFICATIONS); in RegisterPrefGroups()406 pref_groups_[syncer::APPS].Put(syncer::APP_SETTINGS); in RegisterPrefGroups()407 pref_groups_[syncer::APPS].Put(syncer::APP_LIST); in RegisterPrefGroups()409 pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE); in RegisterPrefGroups()411 pref_groups_[syncer::EXTENSIONS].Put(syncer::EXTENSION_SETTINGS); in RegisterPrefGroups()413 pref_groups_[syncer::PREFERENCES].Put(syncer::DICTIONARY); in RegisterPrefGroups()414 pref_groups_[syncer::PREFERENCES].Put(syncer::PRIORITY_PREFERENCES); in RegisterPrefGroups()415 pref_groups_[syncer::PREFERENCES].Put(syncer::SEARCH_ENGINES); in RegisterPrefGroups()417 pref_groups_[syncer::TYPED_URLS].Put(syncer::HISTORY_DELETE_DIRECTIVES); in RegisterPrefGroups()418 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS); in RegisterPrefGroups()[all …]
179 PrefGroupsMap pref_groups_; in NON_EXPORTED_BASE() local