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

Unified Diff: testing/variations/fieldtrial_testing_config_mac.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_mac.json
diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json
index e41b708fbc4be8efe98543822a15167377582b57..1a552ac9d8befd7c8f178e55024bb58276941b22 100644
--- a/testing/variations/fieldtrial_testing_config_mac.json
+++ b/testing/variations/fieldtrial_testing_config_mac.json
@@ -1,4 +1,9 @@
{
+ "AutofillFieldMetadata": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
"AutomaticTabDiscarding": [
{
"group_name": "Enabled"
@@ -9,17 +14,22 @@
"group_name": "Enabled"
}
],
- "InstanceID": [
+ "ExtensionDeveloperModeWarning": [
{
"group_name": "Enabled"
}
],
- "IntelligentSessionRestore": [
+ "ExtensionInstallVerification": [
+ {
+ "group_name": "Enforce"
+ }
+ ],
+ "InstanceID": [
{
"group_name": "Enabled"
}
],
- "RefreshTokenDeviceId": [
+ "IntelligentSessionRestore": [
{
"group_name": "Enabled"
}
@@ -28,10 +38,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 +76,17 @@
"group_name": "DontShowAndDontSend"
}
],
+ "SafeBrowsingReportPhishingErrorLink": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Control"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
"SdchPersistence": [
{
"group_name": "Enabled"
@@ -74,7 +100,7 @@
"group_name": "Disabled"
}
],
- "AutofillFieldMetadata": [
+ "TabSyncByRecency": [
{
"group_name": "Enabled"
}
@@ -91,31 +117,5 @@
"fetch_period_min": "30"
}
}
- ],
- "ExtensionInstallVerification": [
- {
- "group_name": "Enforce"
- }
- ],
- "ExtensionDeveloperModeWarning": [
- {
- "group_name": "Enabled"
- }
- ],
- "TabSyncByRecency": [
- {
- "group_name": "Enabled"
- }
- ],
- "SafeBrowsingReportPhishingErrorLink": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Control"
- },
- {
- "group_name": "Disabled"
- }
]
}
« 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