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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2828143003: NoStatePrefetch: update the fieldtrial_testing_config (Closed)
Patch Set: force prerendering in customtabs tests Created 3 years, 8 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
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index c2c66ff520eedaf49313efba95f2ca4854dbc4b6..f6a974f7bd191d858ead6ba7c32f49a069e8cc46 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1696,9 +1696,11 @@
],
"experiments": [
{
- "name": "Enabled",
+ "name": "PrerenderDisabled",
"params": {
- "mode": "no_state_prefetch"
+ "instant_mode": "simple_load",
+ "mode": "simple_load",
+ "omnibox_mode": "simple_load"
},
"enable_features": [
"NoStatePrefetch"

Powered by Google App Engine
This is Rietveld 408576698