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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.json

Issue 1854093002: Enable InstanceID field trial by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid3test
Patch Set: Rebase Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "EnableSessionCrashedBubbleUI": [ 59 "EnableSessionCrashedBubbleUI": [
60 { 60 {
61 "group_name": "Enabled" 61 "group_name": "Enabled"
62 } 62 }
63 ], 63 ],
64 "ExtensionActionRedesign": [ 64 "ExtensionActionRedesign": [
65 { 65 {
66 "group_name": "Enabled" 66 "group_name": "Enabled"
67 } 67 }
68 ], 68 ],
69 "InstanceID": [
70 {
71 "group_name": "Enabled"
72 }
73 ],
74 "LocalNTPSuggestionsService": [ 69 "LocalNTPSuggestionsService": [
75 { 70 {
76 "group_name": "Enabled" 71 "group_name": "Enabled"
77 } 72 }
78 ], 73 ],
79 "MaterialDesignDownloads": [ 74 "MaterialDesignDownloads": [
80 { 75 {
81 "group_name": "Enabled" 76 "group_name": "Enabled"
82 } 77 }
83 ], 78 ],
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 254 ],
260 "use-new-media-cache": [ 255 "use-new-media-cache": [
261 { 256 {
262 "enable_features": [ 257 "enable_features": [
263 "use-new-media-cache" 258 "use-new-media-cache"
264 ], 259 ],
265 "group_name": "Enabled" 260 "group_name": "Enabled"
266 } 261 }
267 ] 262 ]
268 } 263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698