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

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

Issue 2143113002: Enabling perfbot testing for ImportantSiteInCBD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 } 116 }
117 ], 117 ],
118 "ImeThread": [ 118 "ImeThread": [
119 { 119 {
120 "enable_features": [ 120 "enable_features": [
121 "ImeThread" 121 "ImeThread"
122 ], 122 ],
123 "group_name": "Enabled" 123 "group_name": "Enabled"
124 } 124 }
125 ], 125 ],
126 "ImportantSitesInCBD": [
127 {
128 "enable_features": [
129 "ImportantSitesInCBD"
130 ],
131 "group_name": "DialogEnabled"
132 }
133 ],
126 "InvalidationsGCMUpstream": [ 134 "InvalidationsGCMUpstream": [
127 { 135 {
128 "group_name": "Enabled" 136 "group_name": "Enabled"
129 }, 137 },
130 { 138 {
131 "group_name": "Control" 139 "group_name": "Control"
132 }, 140 },
133 { 141 {
134 "group_name": "Disabled" 142 "group_name": "Disabled"
135 } 143 }
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 ], 561 ],
554 "use-new-media-cache": [ 562 "use-new-media-cache": [
555 { 563 {
556 "enable_features": [ 564 "enable_features": [
557 "use-new-media-cache" 565 "use-new-media-cache"
558 ], 566 ],
559 "group_name": "Enabled" 567 "group_name": "Enabled"
560 } 568 }
561 ] 569 ]
562 } 570 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698