Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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": [ | |
|
rkaplow
2017/01/12 16:30:36
we only support one experiment tested in the test
benwells
2017/01/12 23:29:38
Ah, OK. I've removed all but the first one, which
| |
| 2063 { | |
| 2064 "name": "EnableNewShow3Each1Day", | |
| 2065 "enable_features": [ | |
| 2066 "ConsistentOmniboxGeolocation" | |
| 2067 ] | |
| 2068 }, | |
| 2069 { | |
| 2070 "name": "EnableNewShow2Each1Day", | |
| 2071 "params": { | |
| 2072 "MaxShowCount": "2" | |
| 2073 }, | |
| 2074 "enable_features": [ | |
| 2075 "ConsistentOmniboxGeolocation" | |
| 2076 ] | |
| 2077 }, | |
| 2078 { | |
| 2079 "name": "EnableNewShow4Each1Day", | |
| 2080 "params": { | |
| 2081 "MaxShowCount": "4" | |
| 2082 }, | |
| 2083 "enable_features": [ | |
| 2084 "ConsistentOmniboxGeolocation" | |
| 2085 ] | |
| 2086 }, | |
| 2087 { | |
| 2088 "name": "EnableNewShow3Each2Days", | |
| 2089 "params": { | |
| 2090 "DaysPerShow": "2" | |
| 2091 }, | |
| 2092 "enable_features": [ | |
| 2093 "ConsistentOmniboxGeolocation" | |
| 2094 ] | |
| 2095 } | |
| 2096 ] | |
| 2097 } | |
| 2098 ], | |
| 2057 "SeccompSandboxAndroid": [ | 2099 "SeccompSandboxAndroid": [ |
| 2058 { | 2100 { |
| 2059 "platforms": [ | 2101 "platforms": [ |
| 2060 "android" | 2102 "android" |
| 2061 ], | 2103 ], |
| 2062 "experiments": [ | 2104 "experiments": [ |
| 2063 { | 2105 { |
| 2064 "name": "SandboxEnabled", | 2106 "name": "SandboxEnabled", |
| 2065 "enable_features": [ | 2107 "enable_features": [ |
| 2066 "SeccompSandboxAndroid" | 2108 "SeccompSandboxAndroid" |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2539 { | 2581 { |
| 2540 "name": "Enabled", | 2582 "name": "Enabled", |
| 2541 "enable_features": [ | 2583 "enable_features": [ |
| 2542 "use-new-media-cache" | 2584 "use-new-media-cache" |
| 2543 ] | 2585 ] |
| 2544 } | 2586 } |
| 2545 ] | 2587 ] |
| 2546 } | 2588 } |
| 2547 ] | 2589 ] |
| 2548 } | 2590 } |
| OLD | NEW |