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

Unified Diff: testing/variations/fieldtrial_testing_config_mac.json

Issue 1813553004: Change net's predictor_tab_helper to use the new content Navigation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asvitkine@ review - added variations to feature Created 4 years, 9 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_mac.json
diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json
index b3cbf6f4b4146255b7f27e9a5cdda875877a9a33..b20bb5d91ef6e46b4a059095fc6c5902666b754e 100644
--- a/testing/variations/fieldtrial_testing_config_mac.json
+++ b/testing/variations/fieldtrial_testing_config_mac.json
@@ -112,6 +112,26 @@
"group_name": "SmartLockBrandingSavePromptOnly"
}
],
+ "PreconnectMore": [
+ {
+ "enable_features": [
+ "PreconnectMore"
+ ],
+ "group_name": "PreconnectMoreAllFrames",
+ "params": {
+ "preconnect_subframes": "true"
+ }
+ },
+ {
+ "enable_features": [
+ "PreconnectMore"
+ ],
+ "group_name": "PreconnectMoreMainFrameOnly",
+ "params": {
+ "preconnect_subframes": "false"
+ }
+ }
+ ],
"QUIC": [
{
"group_name": "Enabled"
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698