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

Unified Diff: testing/variations/fieldtrial_testing_config_chromeos.json

Issue 1308693013: Pretty print field trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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_chromeos.json
diff --git a/testing/variations/fieldtrial_testing_config_chromeos.json b/testing/variations/fieldtrial_testing_config_chromeos.json
index d9bbc4f6a7bab13ca93421d589fb8ab79ce7e25a..7d81fced2a359d9cff6f735259e3311b47ca03ac 100644
--- a/testing/variations/fieldtrial_testing_config_chromeos.json
+++ b/testing/variations/fieldtrial_testing_config_chromeos.json
@@ -1,9 +1,22 @@
{
+ "AutofillFieldMetadata": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
"CaptivePortalInterstitial": [
{
"group_name": "Enabled"
}
],
+ "QUIC": [
+ {
+ "group_name": "Enabled",
+ "params": {
+ "alternate_protocol_probability_threshold": "0.01"
+ }
+ }
+ ],
"ReportCertificateErrors": [
{
"group_name": "ShowAndPossiblySend",
@@ -46,7 +59,7 @@
"group_name": "Disabled"
}
],
- "AutofillFieldMetadata": [
+ "TabSyncByRecency": [
{
"group_name": "Enabled"
}
@@ -56,19 +69,6 @@
"group_name": "DefaultEnabled"
}
],
- "QUIC": [
- {
- "group_name": "Enabled",
- "params": {
- "alternate_protocol_probability_threshold": "0.01"
- }
- }
- ],
- "TabSyncByRecency": [
- {
- "group_name": "Enabled"
- }
- ],
"VarationsServiceControl": [
{
"group_name": "Interval_30min",
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698