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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2454823004: Add field trial config for CSSExternalScanner experiment (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 0e17cfcbb73ee9b1247e528ed7c1a7a8283388b4..bab57c04ea767f5c7e783623b78e4798b4b63ff4 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -217,6 +217,26 @@
]
}
],
+ "CSSExternalScanner": [
+ {
+ "platforms": [
+ "win",
+ "mac",
+ "chromeos",
+ "linux",
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled_ScanAndPreload",
+ "params": {
+ "cssExternalScannerNoPreload": "false",
+ "cssExternalScannerPreload": "true"
+ }
+ }
+ ]
+ }
+ ],
"CaptivePortalInterstitial": [
{
"platforms": [
« 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