diff options
author | dbeam <dbeam@chromium.org> | 2015-09-03 15:34:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-03 22:34:50 +0000 |
commit | d036a4f77d480588370d4c9f94647b2ecf80f1c9 (patch) | |
tree | 4eefb200ef5b582eaf77c896efbfcfe5d06765f6 /testing | |
parent | 4ead7ba095eb2ed13e77c9723b0050832df2ba13 (diff) | |
download | chromium_src-d036a4f77d480588370d4c9f94647b2ecf80f1c9.zip chromium_src-d036a4f77d480588370d4c9f94647b2ecf80f1c9.tar.gz chromium_src-d036a4f77d480588370d4c9f94647b2ecf80f1c9.tar.bz2 |
Simulate turning on PluginPowerSaver via Finch
R=rkaplow@chromium.org
BUG=478918
Review URL: https://codereview.chromium.org/1301373006
Cr-Commit-Position: refs/heads/master@{#347269}
Diffstat (limited to 'testing')
4 files changed, 86 insertions, 66 deletions
diff --git a/testing/variations/fieldtrial_testing_config_chromeos.json b/testing/variations/fieldtrial_testing_config_chromeos.json index d9bbc4f..ac8490d 100644 --- a/testing/variations/fieldtrial_testing_config_chromeos.json +++ b/testing/variations/fieldtrial_testing_config_chromeos.json @@ -1,9 +1,19 @@ { + "AutofillFieldMetadata": [ + { + "group_name": "Enabled" + } + ], "CaptivePortalInterstitial": [ { "group_name": "Enabled" } ], + "PluginPowerSaver": [ + { + "group_name": "Enabled" + } + ], "ReportCertificateErrors": [ { "group_name": "ShowAndPossiblySend", @@ -46,11 +56,6 @@ "group_name": "Disabled" } ], - "AutofillFieldMetadata": [ - { - "group_name": "Enabled" - } - ], "UseDelayAgnosticAEC": [ { "group_name": "DefaultEnabled" diff --git a/testing/variations/fieldtrial_testing_config_linux.json b/testing/variations/fieldtrial_testing_config_linux.json index 4b14eee..18d00b8 100644 --- a/testing/variations/fieldtrial_testing_config_linux.json +++ b/testing/variations/fieldtrial_testing_config_linux.json @@ -1,4 +1,9 @@ { + "AutofillFieldMetadata": [ + { + "group_name": "Enabled" + } + ], "CaptivePortalInterstitial": [ { "group_name": "Enabled" @@ -19,7 +24,7 @@ "group_name": "Enabled" } ], - "RefreshTokenDeviceId": [ + "PluginPowerSaver": [ { "group_name": "Enabled" } @@ -32,6 +37,11 @@ } } ], + "RefreshTokenDeviceId": [ + { + "group_name": "Enabled" + } + ], "ReportCertificateErrors": [ { "group_name": "ShowAndPossiblySend", @@ -61,6 +71,17 @@ "group_name": "DontShowAndDontSend" } ], + "SafeBrowsingReportPhishingErrorLink": [ + { + "group_name": "Enabled" + }, + { + "group_name": "Control" + }, + { + "group_name": "Disabled" + } + ], "SdchPersistence": [ { "group_name": "Enabled" @@ -74,11 +95,6 @@ "group_name": "Disabled" } ], - "AutofillFieldMetadata": [ - { - "group_name": "Enabled" - } - ], "TabSyncByRecency": [ { "group_name": "Enabled" @@ -96,16 +112,5 @@ "fetch_period_min": "30" } } - ], - "SafeBrowsingReportPhishingErrorLink": [ - { - "group_name": "Enabled" - }, - { - "group_name": "Control" - }, - { - "group_name": "Disabled" - } ] } diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json index e41b708..51e3da0 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,6 +14,16 @@ "group_name": "Enabled" } ], + "ExtensionDeveloperModeWarning": [ + { + "group_name": "Enabled" + } + ], + "ExtensionInstallVerification": [ + { + "group_name": "Enforce" + } + ], "InstanceID": [ { "group_name": "Enabled" @@ -19,7 +34,7 @@ "group_name": "Enabled" } ], - "RefreshTokenDeviceId": [ + "PluginPowerSaver": [ { "group_name": "Enabled" } @@ -32,6 +47,11 @@ } } ], + "RefreshTokenDeviceId": [ + { + "group_name": "Enabled" + } + ], "ReportCertificateErrors": [ { "group_name": "ShowAndPossiblySend", @@ -61,6 +81,17 @@ "group_name": "DontShowAndDontSend" } ], + "SafeBrowsingReportPhishingErrorLink": [ + { + "group_name": "Enabled" + }, + { + "group_name": "Control" + }, + { + "group_name": "Disabled" + } + ], "SdchPersistence": [ { "group_name": "Enabled" @@ -74,7 +105,7 @@ "group_name": "Disabled" } ], - "AutofillFieldMetadata": [ + "TabSyncByRecency": [ { "group_name": "Enabled" } @@ -91,31 +122,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" - } ] } diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json index 7e73d3e..dc87800 100644 --- a/testing/variations/fieldtrial_testing_config_win.json +++ b/testing/variations/fieldtrial_testing_config_win.json @@ -1,4 +1,9 @@ { + "AutofillFieldMetadata": [ + { + "group_name": "Enabled" + } + ], "AutomaticTabDiscarding": [ { "group_name": "Enabled" @@ -93,6 +98,11 @@ "group_name": "Disabled" } ], + "PluginPowerSaver": [ + { + "group_name": "Enabled" + } + ], "QUIC": [ { "group_name": "Enabled", @@ -145,6 +155,17 @@ "group_name": "DontShowAndDontSend" } ], + "SafeBrowsingReportPhishingErrorLink": [ + { + "group_name": "Enabled" + }, + { + "group_name": "Control" + }, + { + "group_name": "Disabled" + } + ], "SdchPersistence": [ { "group_name": "Enabled" @@ -158,11 +179,6 @@ "group_name": "Disabled" } ], - "AutofillFieldMetadata": [ - { - "group_name": "Enabled" - } - ], "TabSyncByRecency": [ { "group_name": "Enabled" @@ -180,16 +196,5 @@ "fetch_period_min": "30" } } - ], - "SafeBrowsingReportPhishingErrorLink": [ - { - "group_name": "Enabled" - }, - { - "group_name": "Control" - }, - { - "group_name": "Disabled" - } ] } |