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

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

Issue 2692153002: Enable SiteIsolationExtensions trial for developers. (Closed)
Patch Set: Remove the TearDownOnMainThread method in ExtensionWebstorePrivateApiTest Created 3 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 | « chrome/browser/extensions/extension_apitest.cc ('k') | 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 2336 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 "linux", 2347 "linux",
2348 "mac" 2348 "mac"
2349 ], 2349 ],
2350 "experiments": [ 2350 "experiments": [
2351 { 2351 {
2352 "name": "ExperimentYes" 2352 "name": "ExperimentYes"
2353 } 2353 }
2354 ] 2354 ]
2355 } 2355 }
2356 ], 2356 ],
2357 "SiteIsolationForExtensions": [ 2357 "SiteIsolationExtensions": [
2358 { 2358 {
2359 "platforms": [ 2359 "platforms": [
2360 "chromeos", 2360 "chromeos",
2361 "linux", 2361 "linux",
2362 "mac", 2362 "mac",
2363 "win" 2363 "win"
2364 ], 2364 ],
2365 "experiments": [ 2365 "experiments": [
2366 { 2366 {
2367 "name": "Enabled" 2367 "name": "Enabled"
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 { 2798 {
2799 "name": "Enabled", 2799 "name": "Enabled",
2800 "enable_features": [ 2800 "enable_features": [
2801 "use-new-media-cache" 2801 "use-new-media-cache"
2802 ] 2802 ]
2803 } 2803 }
2804 ] 2804 ]
2805 } 2805 }
2806 ] 2806 ]
2807 } 2807 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698