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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2693983002: Add NoStatePrefetch to field_trial_testing_config.json (Closed)
Patch Set: Complete fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/PrerenderTestHelper.java ('k') | 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 539104640b7ab1cf7ac9c4f08718bbac4a74618e..77935796168aa8192e00db0b9d9d6b1d8b0130c3 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1362,6 +1362,28 @@
]
}
],
+ "NoStatePrefetchValidation": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "mode": "no_state_prefetch"
+ },
+ "enable_features": [
+ "NoStatePrefetch"
+ ]
+ }
+ ]
+ }
+ ],
"OfferUploadCreditCards": [
{
"platforms": [
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/PrerenderTestHelper.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698