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

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

Issue 2762583002: Update finch variation study name. (Closed)
Patch Set: Created 3 years, 9 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after
2430 "mac", 2430 "mac",
2431 "win" 2431 "win"
2432 ], 2432 ],
2433 "experiments": [ 2433 "experiments": [
2434 { 2434 {
2435 "name": "Enabled" 2435 "name": "Enabled"
2436 } 2436 }
2437 ] 2437 ]
2438 } 2438 }
2439 ], 2439 ],
2440 "SearchGeolocationDisclosure": [ 2440 "SearchGeolocationConsistency": [
2441 { 2441 {
2442 "platforms": [ 2442 "platforms": [
2443 "android" 2443 "android"
2444 ], 2444 ],
2445 "experiments": [ 2445 "experiments": [
2446 { 2446 {
2447 "name": "EnableNewShow3Each1Day", 2447 "name": "EnableNewShow3Each1Day",
2448 "enable_features": [ 2448 "enable_features": [
2449 "ConsistentOmniboxGeolocation" 2449 "ConsistentOmniboxGeolocation"
2450 ] 2450 ]
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 { 3046 {
3047 "name": "Enabled", 3047 "name": "Enabled",
3048 "enable_features": [ 3048 "enable_features": [
3049 "use-new-media-cache" 3049 "use-new-media-cache"
3050 ] 3050 ]
3051 } 3051 }
3052 ] 3052 ]
3053 } 3053 }
3054 ] 3054 ]
3055 } 3055 }
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