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

Unified Diff: testing/variations/fieldtrial_testing_config_mac.json

Issue 1574483002: Add AutomaticTabDiscarding feature to testing configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f3e916efde31a5b74b87467d36f0ee163cac8470..c6c3d6c696e8367e5dd144d596a09f1be86e95ed 100644
--- a/testing/variations/fieldtrial_testing_config_mac.json
+++ b/testing/variations/fieldtrial_testing_config_mac.json
@@ -1,206 +1,209 @@
-{
- "AutofillClassifier": [
- {
- "group_name": "Enabled"
- }
- ],
- "AutofillFieldMetadata": [
- {
- "group_name": "Enabled"
- }
- ],
- "AutofillProfileOrderByFrecency": [
- {
- "group_name": "EnabledLimitTo3",
- "params": {
- "limit": "3"
- }
- }
- ],
- "AutomaticTabDiscarding": [
- {
- "group_name": "Enabled_Once"
- }
- ],
- "CaptivePortalInterstitial": [
- {
- "group_name": "Enabled"
- }
- ],
- "ChromeDashboard": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Default"
- }
- ],
- "ChromotingQUIC": [
- {
- "group_name": "Enabled"
- }
- ],
- "DataReductionProxyConfigService": [
- {
- "group_name": "Enabled",
- "params": {
- "minimum_refresh_interval_on_success_msec": "21600000"
- }
- }
- ],
- "EnableGoogleCachedCopyTextExperiment": [
- {
- "group_name": "Button"
- }
- ],
- "ExtensionActionRedesign": [
- {
- "group_name": "Enabled"
- }
- ],
- "ExtensionDeveloperModeWarning": [
- {
- "group_name": "Enabled"
- }
- ],
- "ExtensionInstallVerification": [
- {
- "group_name": "Enforce"
- }
- ],
- "InstanceID": [
- {
- "group_name": "Enabled"
- }
- ],
- "IntelligentSessionRestore": [
- {
- "group_name": "Enabled"
- }
- ],
- "MaterialDesignDownloads": [
- {
- "group_name": "Enabled"
- }
- ],
- "PasswordBranding": [
- {
- "group_name": "SmartLockBrandingSavePromptOnly"
- }
- ],
- "QUIC": [
- {
- "group_name": "Enabled",
- "params": {
- "alternate_protocol_probability_threshold": "0.01"
- }
- }
- ],
- "RefreshTokenDeviceId": [
- {
- "group_name": "Enabled"
- }
- ],
- "ReportCertificateErrors": [
- {
- "group_name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "1.0"
- }
- },
- {
- "group_name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "-1.0"
- }
- },
- {
- "group_name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "0.0"
- }
- },
- {
- "group_name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "abcdef"
- }
- },
- {
- "group_name": "DontShowAndDontSend"
- }
- ],
- "SafeBrowsingReportPhishingErrorLink": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Control"
- },
- {
- "group_name": "Disabled"
- }
- ],
- "SafeBrowsingUnverifiedDownloads": [
- {
- "group_name": "DisableByParameterExe",
- "params": {
- "blacklist": ".exe"
- }
- }
- ],
- "SafeBrowsingUpdateFrequency": [
- {
- "group_name": "UpdateTime15m",
- "params": {
- "NextUpdateIntervalInMinutes": "15"
- }
- }
- ],
- "SdchPersistence": [
- {
- "group_name": "Enabled"
- }
- ],
- "StrictSecureCookies": [
- {
- "group_name": "Enabled"
- }
- ],
- "SyncHttpContentCompression": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Disabled"
- }
- ],
- "TabSyncByRecency": [
- {
- "group_name": "Enabled"
- }
- ],
- "UseDelayAgnosticAEC": [
- {
- "group_name": "DefaultEnabled"
- }
- ],
- "VarationsServiceControl": [
- {
- "group_name": "Interval_30min",
- "params": {
- "fetch_period_min": "30"
- }
- }
- ],
- "WebRTC-LocalIPPermissionCheck": [
- {
- "group_name": "Enabled"
- }
- ],
- "WebRTC-PeerConnectionDTLS1.2": [
- {
- "group_name": "Enabled"
- }
- ]
-}
+{
+ "AutofillClassifier": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "AutofillFieldMetadata": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "AutofillProfileOrderByFrecency": [
+ {
+ "group_name": "EnabledLimitTo3",
+ "params": {
+ "limit": "3"
+ }
+ }
+ ],
+ "AutomaticTabDiscarding": [
+ {
+ "enable_features": [
+ "AutomaticTabDiscarding"
+ ],
+ "group_name": "Enabled_Once"
+ }
+ ],
+ "CaptivePortalInterstitial": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "ChromeDashboard": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Default"
+ }
+ ],
+ "ChromotingQUIC": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "DataReductionProxyConfigService": [
+ {
+ "group_name": "Enabled",
+ "params": {
+ "minimum_refresh_interval_on_success_msec": "21600000"
+ }
+ }
+ ],
+ "EnableGoogleCachedCopyTextExperiment": [
+ {
+ "group_name": "Button"
+ }
+ ],
+ "ExtensionActionRedesign": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "ExtensionDeveloperModeWarning": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "ExtensionInstallVerification": [
+ {
+ "group_name": "Enforce"
+ }
+ ],
+ "InstanceID": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "IntelligentSessionRestore": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "MaterialDesignDownloads": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "PasswordBranding": [
+ {
+ "group_name": "SmartLockBrandingSavePromptOnly"
+ }
+ ],
+ "QUIC": [
+ {
+ "group_name": "Enabled",
+ "params": {
+ "alternate_protocol_probability_threshold": "0.01"
+ }
+ }
+ ],
+ "RefreshTokenDeviceId": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "ReportCertificateErrors": [
+ {
+ "group_name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "1.0"
+ }
+ },
+ {
+ "group_name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "-1.0"
+ }
+ },
+ {
+ "group_name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "0.0"
+ }
+ },
+ {
+ "group_name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "abcdef"
+ }
+ },
+ {
+ "group_name": "DontShowAndDontSend"
+ }
+ ],
+ "SafeBrowsingReportPhishingErrorLink": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Control"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
+ "SafeBrowsingUnverifiedDownloads": [
+ {
+ "group_name": "DisableByParameterExe",
+ "params": {
+ "blacklist": ".exe"
+ }
+ }
+ ],
+ "SafeBrowsingUpdateFrequency": [
+ {
+ "group_name": "UpdateTime15m",
+ "params": {
+ "NextUpdateIntervalInMinutes": "15"
+ }
+ }
+ ],
+ "SdchPersistence": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "StrictSecureCookies": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "SyncHttpContentCompression": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
+ "TabSyncByRecency": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "UseDelayAgnosticAEC": [
+ {
+ "group_name": "DefaultEnabled"
+ }
+ ],
+ "VarationsServiceControl": [
+ {
+ "group_name": "Interval_30min",
+ "params": {
+ "fetch_period_min": "30"
+ }
+ }
+ ],
+ "WebRTC-LocalIPPermissionCheck": [
+ {
+ "group_name": "Enabled"
+ }
+ ],
+ "WebRTC-PeerConnectionDTLS1.2": [
+ {
+ "group_name": "Enabled"
+ }
+ ]
+}
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698