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

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

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 | « no previous file | components/sync/driver/sync_driver_switches.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.h
diff --git a/components/sync/driver/sync_driver_switches.h b/components/sync/driver/sync_driver_switches.h
index e4597fd54b425217e70eefb063786a1d87b9dc5d..bce16bee943be580e4df1a4e77beb2b27f6224ee 100644
--- a/components/sync/driver/sync_driver_switches.h
+++ b/components/sync/driver/sync_driver_switches.h
@@ -21,6 +21,8 @@ extern const char kSyncShortNudgeDelayForTest[];
extern const base::Feature kSyncClearDataOnPassphraseEncryption;
extern const base::Feature kSyncUserEvents;
+extern const base::Feature kSyncUserLanguageDetectionEvents;
+extern const base::Feature kSyncUserTranslationEvents;
extern const base::Feature kSyncUSSAutocomplete;
extern const base::Feature kSyncUSSTypedURL;
extern const base::Feature kSyncUSSDeviceInfo;
« no previous file with comments | « no previous file | components/sync/driver/sync_driver_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698