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

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

Issue 1696473004: Add PhysicalWeb to the fieldtrial testing config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "PageRevisitInstrumentation": [ 201 "PageRevisitInstrumentation": [
202 { 202 {
203 "group_name": "Enabled" 203 "group_name": "Enabled"
204 } 204 }
205 ], 205 ],
206 "PasswordBranding": [ 206 "PasswordBranding": [
207 { 207 {
208 "group_name": "SmartLockBrandingSavePromptOnly" 208 "group_name": "SmartLockBrandingSavePromptOnly"
209 } 209 }
210 ], 210 ],
211 "PhysicalWeb": [
212 {
213 "group_name": "Enabled"
214 }
215 ],
211 "Precache": [ 216 "Precache": [
212 { 217 {
213 "group_name": "Enabled" 218 "group_name": "Enabled"
214 } 219 }
215 ], 220 ],
216 "ProgressBarAnimationAndroid": [ 221 "ProgressBarAnimationAndroid": [
217 { 222 {
218 "group_name": "SmoothAnimation", 223 "group_name": "SmoothAnimation",
219 "params": { 224 "params": {
220 "progress-bar-animation": "smooth" 225 "progress-bar-animation": "smooth"
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 { 421 {
417 "group_name": "Enabled" 422 "group_name": "Enabled"
418 } 423 }
419 ], 424 ],
420 "WebRTC-PeerConnectionDTLS1.2": [ 425 "WebRTC-PeerConnectionDTLS1.2": [
421 { 426 {
422 "group_name": "Enabled" 427 "group_name": "Enabled"
423 } 428 }
424 ] 429 ]
425 } 430 }
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