Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: chrome/browser/sync/test/integration/enable_disable_test.cc

Issue 2672493002: [Sync] Switch bots to run integ tests for autofill as USS. (Closed)
Patch Set: Updated for Gang's comment. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.cc ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.cc ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698