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

Unified Diff: testing/variations/fieldtrial_testing_config_android.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
« no previous file with comments | « chrome/browser/net/predictor_tab_helper.cc ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config_android.json
diff --git a/testing/variations/fieldtrial_testing_config_android.json b/testing/variations/fieldtrial_testing_config_android.json
index e2b80af1ad3a1b65af4a0d8f4486a97ff9b28b08..2a6e1e31e9cdda638456821f5dd9523dceb2ed12 100644
--- a/testing/variations/fieldtrial_testing_config_android.json
+++ b/testing/variations/fieldtrial_testing_config_android.json
@@ -237,6 +237,26 @@
"group_name": "Enabled"
}
],
+ "PreconnectMore": [
+ {
+ "enable_features": [
+ "PreconnectMore"
+ ],
+ "group_name": "PreconnectMoreAllFrames",
+ "params": {
+ "preconnect_subframes": "true"
+ }
+ },
+ {
+ "enable_features": [
+ "PreconnectMore"
+ ],
+ "group_name": "PreconnectMoreMainFrameOnly",
+ "params": {
+ "preconnect_subframes": "false"
+ }
+ }
+ ],
"ProgressBarAnimationAndroid": [
{
"group_name": "SmoothAnimation",
« no previous file with comments | « chrome/browser/net/predictor_tab_helper.cc ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698