Index: components/sync/driver/sync_driver_switches.cc |
diff --git a/components/sync/driver/sync_driver_switches.cc b/components/sync/driver/sync_driver_switches.cc |
index 74e4907c707153de1917b712243d0641c56770bf..bb9f136c9c018f159ae4fd849c242e3beaf5a5e7 100644 |
--- a/components/sync/driver/sync_driver_switches.cc |
+++ b/components/sync/driver/sync_driver_switches.cc |
@@ -36,16 +36,20 @@ const char kSyncShortNudgeDelayForTest[] = "sync-short-nudge-delay-for-test"; |
const base::Feature kSyncClearDataOnPassphraseEncryption{ |
"ClearSyncDataOnPassphraseEncryption", base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Gates registration and construction of user events machinery. |
+const base::Feature kSyncUserEvents{"SyncUserEvents", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
+// Enables USS implementation of Autocomplete datatype. |
+const base::Feature kSyncUSSAutocomplete{"SyncUSSAutocomplete", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Enables USS implementation of DeviceInfo datatype. This flag controls whether |
// SyncableService based or ModelTypeSyncBridge based implementation is used for |
// DeviceInfo type. |
const base::Feature kSyncUSSDeviceInfo{"EnableSyncUSSDeviceInfo", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
-// Enables USS implementation of Autocomplete datatype. |
-const base::Feature kSyncUSSAutocomplete{"SyncUSSAutocomplete", |
- base::FEATURE_DISABLED_BY_DEFAULT}; |
- |
// Enables USS implementation of typed URL datatype. |
const base::Feature kSyncUSSTypedURL{"SyncUSSTypedURL", |
base::FEATURE_DISABLED_BY_DEFAULT}; |