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

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

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 "InstanceID": [ 2 "InstanceID": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "RefreshTokenDeviceId": [ 7 "RefreshTokenDeviceId": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "group_name": "Enabled" 56 "group_name": "Enabled"
57 }, 57 },
58 { 58 {
59 "group_name": "Disabled" 59 "group_name": "Disabled"
60 } 60 }
61 ], 61 ],
62 "AutofillFieldMetadata": [ 62 "AutofillFieldMetadata": [
63 { 63 {
64 "group_name": "Enabled" 64 "group_name": "Enabled"
65 } 65 }
66 ],
67 "UseDelayAgnosticAEC": [
68 {
69 "group_name": "DefaultEnabled"
70 }
66 ] 71 ]
67 } 72 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698