| Index: chrome/browser/sync/test/integration/enable_disable_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| index 4ba831399b2b6947d692a578554eb8cdbcb68063..d39871ceac0511cf83e7da221e4f019dede2d563 100644
|
| --- a/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| +++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| @@ -56,6 +56,9 @@ bool IsUnready(const syncer::DataTypeStatusTable& data_type_status_table,
|
| // simply omit types that may be USS from these cases.
|
| ModelTypeSet UnifiedSyncServiceTypes() {
|
| ModelTypeSet set;
|
| + if (FeatureList::IsEnabled(switches::kSyncUSSAutocomplete)) {
|
| + set.Put(syncer::AUTOFILL);
|
| + }
|
| if (FeatureList::IsEnabled(switches::kSyncUSSDeviceInfo)) {
|
| set.Put(syncer::DEVICE_INFO);
|
| }
|
|
|