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

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

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
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 c6d457b88f2307446c2b23864f63891498d0780c..e4597fd54b425217e70eefb063786a1d87b9dc5d 100644
--- a/components/sync/driver/sync_driver_switches.h
+++ b/components/sync/driver/sync_driver_switches.h
@@ -20,9 +20,10 @@ extern const char kSyncShortInitialRetryOverride[];
extern const char kSyncShortNudgeDelayForTest[];
extern const base::Feature kSyncClearDataOnPassphraseEncryption;
-extern const base::Feature kSyncUSSDeviceInfo;
+extern const base::Feature kSyncUserEvents;
extern const base::Feature kSyncUSSAutocomplete;
extern const base::Feature kSyncUSSTypedURL;
+extern const base::Feature kSyncUSSDeviceInfo;
} // namespace switches
« no previous file with comments | « components/browser_sync/profile_sync_components_factory_impl.cc ('k') | components/sync/driver/sync_driver_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698