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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2568543004: [Sync] Enable USS DeviceInfo for bots. (Closed)
Patch Set: Rebase. Created 4 years 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: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 50ffd6e212dcc348fd7879d54523aefa4dfc1003..7a2b1c54a8f1e14cba3c06ea81b67a8f901d1e05 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -656,6 +656,26 @@
]
}
],
+ "EnableSyncUSSDeviceInfo": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "EnableSyncUSSDeviceInfo"
+ ]
+ }
+ ]
+ }
+ ],
"ExpectCTReporting": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698