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

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

Issue 2541363002: Reload Reloaded: remove experimental flag that has been enabled by default (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 "platforms": [ 1176 "platforms": [
1177 "android" 1177 "android"
1178 ], 1178 ],
1179 "experiments": [ 1179 "experiments": [
1180 { 1180 {
1181 "name": "Disabled" 1181 "name": "Disabled"
1182 } 1182 }
1183 ] 1183 ]
1184 } 1184 }
1185 ], 1185 ],
1186 "NonValidatingReloadOnNormalReload": [
1187 {
1188 "platforms": [
1189 "android",
1190 "linux",
1191 "mac",
1192 "win"
1193 ],
1194 "experiments": [
1195 {
1196 "name": "Enabled",
1197 "enable_features": [
1198 "NonValidatingReloadOnNormalReload"
1199 ]
1200 }
1201 ]
1202 }
1203 ],
1204 "OfferUploadCreditCards": [ 1186 "OfferUploadCreditCards": [
1205 { 1187 {
1206 "platforms": [ 1188 "platforms": [
1207 "android", 1189 "android",
1208 "chromeos", 1190 "chromeos",
1209 "linux", 1191 "linux",
1210 "mac", 1192 "mac",
1211 "win" 1193 "win"
1212 ], 1194 ],
1213 "experiments": [ 1195 "experiments": [
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 { 2411 {
2430 "name": "Enabled", 2412 "name": "Enabled",
2431 "enable_features": [ 2413 "enable_features": [
2432 "use-new-media-cache" 2414 "use-new-media-cache"
2433 ] 2415 ]
2434 } 2416 }
2435 ] 2417 ]
2436 } 2418 }
2437 ] 2419 ]
2438 } 2420 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698