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

Unified Diff: components/sync/driver/sync_driver_switches.cc

Issue 2869633003: [Sync] Hook UserEvents into sync. (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « components/sync/driver/sync_driver_switches.h ('k') | components/sync/user_events/user_event_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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};
« no previous file with comments | « components/sync/driver/sync_driver_switches.h ('k') | components/sync/user_events/user_event_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698