| Index: components/sync_driver/sync_prefs.cc
|
| diff --git a/components/sync_driver/sync_prefs.cc b/components/sync_driver/sync_prefs.cc
|
| index 9081633de7db59e2e5d112d02b31e4cf0103cf75..87e67129450745f755284c168e688b70b53646b3 100644
|
| --- a/components/sync_driver/sync_prefs.cc
|
| +++ b/components/sync_driver/sync_prefs.cc
|
| @@ -354,6 +354,7 @@ void SyncPrefs::RegisterPrefGroups() {
|
| pref_groups_[syncer::APPS].Put(syncer::APP_NOTIFICATIONS);
|
| pref_groups_[syncer::APPS].Put(syncer::APP_SETTINGS);
|
| pref_groups_[syncer::APPS].Put(syncer::APP_LIST);
|
| + pref_groups_[syncer::APPS].Put(syncer::ARC_PACKAGE);
|
|
|
| pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_PROFILE);
|
| pref_groups_[syncer::AUTOFILL].Put(syncer::AUTOFILL_WALLET_DATA);
|
|
|