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

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

Issue 2932603002: Set up switches for user language detection and translation events. (Closed)
Patch Set: Created 3 years, 6 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') | no next file » | 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 bb9f136c9c018f159ae4fd849c242e3beaf5a5e7..1b346e21c5b4ab1228035273a574b1c530a0ea83 100644
--- a/components/sync/driver/sync_driver_switches.cc
+++ b/components/sync/driver/sync_driver_switches.cc
@@ -40,6 +40,14 @@ const base::Feature kSyncClearDataOnPassphraseEncryption{
const base::Feature kSyncUserEvents{"SyncUserEvents",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Gates registration for user language detection events.
+const base::Feature kSyncUserLanguageDetectionEvents{
+ "SyncUserLanguageDetectionEvents", base::FEATURE_DISABLED_BY_DEFAULT};
+
+// Gates registration for user translation events.
+const base::Feature kSyncUserTranslationEvents{
+ "SyncUserTranslationEvents", base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables USS implementation of Autocomplete datatype.
const base::Feature kSyncUSSAutocomplete{"SyncUSSAutocomplete",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « components/sync/driver/sync_driver_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698