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

Unified Diff: testing/variations/fieldtrial_testing_config_linux.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_linux.json
diff --git a/testing/variations/fieldtrial_testing_config_linux.json b/testing/variations/fieldtrial_testing_config_linux.json
index 4b14eee1069ec1ec3bca940c7efb3b3d172d81ec..1be6b86b73fd2f98064df6f5d0371aece097000d 100644
--- a/testing/variations/fieldtrial_testing_config_linux.json
+++ b/testing/variations/fieldtrial_testing_config_linux.json
@@ -1,25 +1,25 @@
{
- "CaptivePortalInterstitial": [
+ "AutofillFieldMetadata": [
{
"group_name": "Enabled"
}
],
- "DataReductionProxyUseDataSaverOnVPN": [
+ "CaptivePortalInterstitial": [
{
- "group_name": "Enabled"
+ "group_name": "Enabled"
}
],
- "EnableSessionCrashedBubbleUI": [
+ "DataReductionProxyUseDataSaverOnVPN": [
{
"group_name": "Enabled"
}
],
- "InstanceID": [
+ "EnableSessionCrashedBubbleUI": [
{
"group_name": "Enabled"
}
],
- "RefreshTokenDeviceId": [
+ "InstanceID": [
{
"group_name": "Enabled"
}
@@ -28,10 +28,15 @@
{
"group_name": "Enabled",
"params": {
- "alternate_protocol_probability_threshold": "0.01"
+ "alternate_protocol_probability_threshold": "0.01"
}
}
],
+ "RefreshTokenDeviceId": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
"ReportCertificateErrors": [
{
"group_name": "ShowAndPossiblySend",
@@ -61,6 +66,17 @@
"group_name": "DontShowAndDontSend"
}
],
+ "SafeBrowsingReportPhishingErrorLink": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Control"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
"SdchPersistence": [
{
"group_name": "Enabled"
@@ -74,11 +90,6 @@
"group_name": "Disabled"
}
],
- "AutofillFieldMetadata": [
- {
- "group_name": "Enabled"
- }
- ],
"TabSyncByRecency": [
{
"group_name": "Enabled"
@@ -96,16 +107,5 @@
"fetch_period_min": "30"
}
}
- ],
- "SafeBrowsingReportPhishingErrorLink": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Control"
- },
- {
- "group_name": "Disabled"
- }
]
}
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698