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

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

Issue 2341923004: [USS] Covert kSyncEnableUSSDeviceInfo commandline flag to Feature API (Closed)
Patch Set: remove all use of kSyncEnableUSSDeviceInfo Created 4 years, 3 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 4719a2d28ca824dd57acef4e1792d6c7c3878859..f0721a4f642612772ca704dc06073978557779ec 100644
--- a/components/sync/driver/sync_driver_switches.h
+++ b/components/sync/driver/sync_driver_switches.h
@@ -16,11 +16,11 @@ namespace switches {
extern const char kSyncDeferredStartupTimeoutSeconds[];
extern const char kSyncDisableDeferredStartup[];
extern const char kSyncEnableGetUpdateAvoidance[];
-extern const char kSyncEnableUSSDeviceInfo[];
extern const char kSyncServiceURL[];
extern const char kSyncShortInitialRetryOverride[];
extern const base::Feature kSyncClearDataOnPassphraseEncryption;
+extern const base::Feature kSyncUSSDeviceInfo;
} // namespace switches
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync/driver/sync_driver_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698