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

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

Issue 2626073006: Add Finch testing variations for search geolocation disclosure. (Closed)
Patch Set: Remove all but first experiments Created 3 years, 11 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 2036 matching lines...) Expand 10 before | Expand all | Expand 10 after
2047 "mac", 2047 "mac",
2048 "win" 2048 "win"
2049 ], 2049 ],
2050 "experiments": [ 2050 "experiments": [
2051 { 2051 {
2052 "name": "Enabled" 2052 "name": "Enabled"
2053 } 2053 }
2054 ] 2054 ]
2055 } 2055 }
2056 ], 2056 ],
2057 "SearchGeolocationDisclosure": [
2058 {
2059 "platforms": [
2060 "android"
2061 ],
2062 "experiments": [
2063 {
2064 "name": "EnableNewShow3Each1Day",
2065 "enable_features": [
2066 "ConsistentOmniboxGeolocation"
2067 ]
2068 }
2069 ]
2070 }
2071 ],
2057 "SeccompSandboxAndroid": [ 2072 "SeccompSandboxAndroid": [
2058 { 2073 {
2059 "platforms": [ 2074 "platforms": [
2060 "android" 2075 "android"
2061 ], 2076 ],
2062 "experiments": [ 2077 "experiments": [
2063 { 2078 {
2064 "name": "SandboxEnabled", 2079 "name": "SandboxEnabled",
2065 "enable_features": [ 2080 "enable_features": [
2066 "SeccompSandboxAndroid" 2081 "SeccompSandboxAndroid"
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 { 2554 {
2540 "name": "Enabled", 2555 "name": "Enabled",
2541 "enable_features": [ 2556 "enable_features": [
2542 "use-new-media-cache" 2557 "use-new-media-cache"
2543 ] 2558 ]
2544 } 2559 }
2545 ] 2560 ]
2546 } 2561 }
2547 ] 2562 ]
2548 } 2563 }
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