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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2486603003: Redirect HistoryService thread to TaskScheduler via a field trial. (Closed)
Patch Set: self-review Created 4 years, 1 month 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.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 14506d90cfb1bf0be39c5406e130017d490f19a3..4f783d565bed29dac995ac2582c4146f337c53aa 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1,2370 +1,2372 @@
-{
- "AndroidSessionNotifications": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "AndroidSpellChecker": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled_NonLowEnd",
- "enable_features": [
- "AndroidSpellCheckerNonLowEnd"
- ],
- "disable_features": [
- "AndroidSpellChecker"
- ]
- }
- ]
- }
- ],
- "AsyncDNS": [
- {
- "platforms": [
- "linux"
- ],
- "experiments": [
- {
- "name": "AsyncDNSA"
- }
- ]
- }
- ],
- "AsyncDns": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "AsyncDnsA"
- },
- {
- "name": "SystemDnsA"
- },
- {
- "name": "AsyncDnsNoFallbackA"
- }
- ]
- }
- ],
- "AutodetectEncoding": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "AutofillClassifier": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "AutofillCreditCardSigninPromo": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "EnabledFive",
- "params": {
- "impression_limit": "5"
- },
- "enable_features": [
- "AutofillCreditCardSigninPromo"
- ]
- }
- ]
- }
- ],
- "AutofillFieldMetadata": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "AutofillProfileCleanup": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "AutofillProfileCleanup"
- ]
- }
- ]
- }
- ],
- "AutofillProfileOrderByFrecency": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "EnabledLimitTo3",
- "params": {
- "limit": "3"
- }
- },
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "AutomaticTabDiscarding": [
- {
- "platforms": [
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled_Once_10-gen2",
- "params": {
- "MinimumProtectionTime": "600"
- },
- "enable_features": [
- "AutomaticTabDiscarding"
- ]
- }
- ]
- }
- ],
- "BrowserBlacklist": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "BrowserScheduler": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "Background": "3;8;0.1;0;30000",
- "BackgroundFileIO": "3;8;0.1;0;30000",
- "Foreground": "8;32;0.3;0;30000",
- "ForegroundFileIO": "8;32;0.3;0;30000",
- "RedirectSequencedWorkerPools": "true"
- }
- },
- {
- "name": "EnableViaFlag",
- "forcing_flag": "enable-browser-task-scheduler",
- "params": {
- "Background": "3;8;0.1;0;30000",
- "BackgroundFileIO": "3;8;0.1;0;30000",
- "Foreground": "8;32;0.3;0;30000",
- "ForegroundFileIO": "8;32;0.3;0;30000",
- "RedirectSequencedWorkerPools": "true"
- }
- },
- {
- "name": "DisableViaFlag",
- "forcing_flag": "disable-browser-task-scheduler"
- }
- ]
- }
- ],
- "CSSExternalScanner": [
- {
- "platforms": [
- "win",
- "mac",
- "chromeos",
- "linux",
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled_ScanAndPreload",
- "params": {
- "cssExternalScannerNoPreload": "false",
- "cssExternalScannerPreload": "true"
- }
- }
- ]
- }
- ],
- "CaptivePortalInterstitial": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ChildAccountDetection": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "ChromeDashboard": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- },
- {
- "name": "Default"
- }
- ]
- }
- ],
- "ChromotingQUIC": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ContextualSearch": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Expected",
- "params": {
- "enable_quick_answers": "true",
- "enable_translation": "true",
- "recent_scroll_duration_ms": "300",
- "suppression_taps": "10"
- }
- }
- ]
- }
- ],
- "DataCompressionProxyDevRollout": [
- {
- "platforms": [
- "android",
- "ios"
- ],
- "experiments": [
- {
- "name": "Control"
- },
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "DataCompressionProxyLoFi": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "hysteresis_period_seconds": "120",
- "rtt_msec": "2000"
- }
- }
- ]
- }
- ],
- "DataCompressionProxyPromoVisibility": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "DataReductionProxyFREPromo": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "DataReductionProxyServerExperiments": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Prefetch",
- "params": {
- "exp": "prefetch"
- }
- },
- {
- "name": "Control1",
- "params": {
- "exp": "finch_control1"
- }
- },
- {
- "name": "Control2",
- "params": {
- "exp": "finch_control2"
- }
- }
- ]
- }
- ],
- "DataReductionProxyUseQuic": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "DefaultBrowserInfobar": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "SettingsTextNotNow"
- }
- ]
- }
- ],
- "DefaultEnableGpuRasterization": [
- {
- "platforms": [
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "DefaultEnableGpuRasterization",
- "enable_features": [
- "DefaultEnableGpuRasterization"
- ]
- }
- ]
- }
- ],
- "DisallowFetchForDocWrittenScriptsInMainFrame": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "DocumentWriteEvaluatorGroup",
- "params": {
- "disallowFetchForDocWrittenScriptsInMainFrame": "false",
- "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false"
- },
- "enable_features": [
- "DocumentWriteEvaluator"
- ]
- }
- ]
- },
- {
- "platforms": [
- "chromeos"
- ],
- "experiments": [
- {
- "name": "DocumentWriteScriptBlockGroup",
- "params": {
- "disallowFetchForDocWrittenScriptsInMainFrame": "true"
- },
- "disable_features": [
- "DocumentWriteEvaluator"
- ]
- }
- ]
- },
- {
- "platforms": [
- "linux"
- ],
- "experiments": [
- {
- "name": "DocumentWriteEvaluatorGroup",
- "params": {
- "disallowFetchForDocWrittenScriptsInMainFrame": "false",
- "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false"
- },
- "enable_features": [
- "DocumentWriteEvaluator"
- ]
- }
- ]
- },
- {
- "platforms": [
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "DocumentWriteScriptBlockGroup",
- "params": {
- "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true"
- },
- "disable_features": [
- "DocumentWriteEvaluator"
- ]
- }
- ]
- }
- ],
- "DownloadsUi": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "DownloadsUi"
- ]
- }
- ]
- }
- ],
- "EnableAppContainer": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "EnableGoogleCachedCopyTextExperiment": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Button"
- }
- ]
- }
- ],
- "EnableMediaRouter": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "EnableMediaRouterWithCastExtension": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "EnableMediaThreadForMediaPlayback": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "EnableSessionCrashedBubbleUI": [
- {
- "platforms": [
- "linux",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ExpectCTReporting": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "ExpectCTReportingEnabled",
- "enable_features": [
- "ExpectCTReporting"
- ]
- }
- ]
- }
- ],
- "ExtensionActionRedesign": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ExtensionContentVerification": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Enforce"
- }
- ]
- }
- ],
- "ExtensionDeveloperModeWarning": [
- {
- "platforms": [
- "mac"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ExtensionInstallVerification": [
- {
- "platforms": [
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enforce"
- }
- ]
- }
- ],
- "GoogleBrandedContextMenu": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "branded"
- }
- ]
- }
- ],
- "GoogleNow": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Enable"
- }
- ]
- }
- ],
- "IOSurfaceClearYosemite": [
- {
- "platforms": [
- "mac"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "IOSurfaceClearYosemite"
- ]
- }
- ]
- }
- ],
- "IconNTP": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Default"
- }
- ]
- }
- ],
- "ImeThread": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "ImeThread"
- ]
- }
- ]
- }
- ],
- "ImportantSitesInCBD": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "DialogEnabled",
- "enable_features": [
- "ImportantSitesInCBD"
- ]
- }
- ]
- }
- ],
- "InstanceID": [
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "IntelligentSessionRestore": [
- {
- "platforms": [
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "InvalidationsGCMUpstream": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- },
- {
- "name": "Control"
- },
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "LimitSyncPassphrasePrompt": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "LowPriorityIFrames": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "lowPriorityIframes": "true"
- }
- }
- ]
- }
- ],
- "MacMemoryMechanism": [
- {
- "platforms": [
- "mac"
- ],
- "experiments": [
- {
- "name": "Mach"
- }
- ]
- }
- ],
- "MaterialDesignDownloads": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "MaterialDesignUserManager": [
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "MaterialDesignUserManager"
- ]
- }
- ]
- }
- ],
- "MediaFoundationH264Encoding": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "MediaFoundationH264Encoding"
- ]
- }
- ]
- }
- ],
- "ModerateBindingOnBackgroundTabCreation": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "MojoChannel": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "NTPPopularSites": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "NTPSnippets": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "content_suggestions_backend": "https://chromecontentsuggestions-pa.googleapis.com/v1/suggestions/fetch",
- "quota_SuggestionFetcher": "2"
- },
- "enable_features": [
- "NTPArticleSuggestions",
- "NTPBookmarkSuggestions",
- "NTPSnippets"
- ]
- }
- ]
- }
- ],
- "NetDelayableH2AndQuicRequests": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win",
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PrioritySupportedRequestsDelayable"
- ]
- }
- ]
- }
- ],
- "NetworkQualityEstimator": [
- {
- "platforms": [
- "android",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "2G.DefaultMedianKbps": "81",
- "2G.DefaultMedianRTTMsec": "1337",
- "3G.DefaultMedianKbps": "658",
- "3G.DefaultMedianRTTMsec": "297",
- "4G.DefaultMedianKbps": "1756",
- "4G.DefaultMedianRTTMsec": "159",
- "Bluetooth.DefaultMedianKbps": "449",
- "Bluetooth.DefaultMedianRTTMsec": "135",
- "Ethernet.DefaultMedianKbps": "3263",
- "Ethernet.DefaultMedianRTTMsec": "106",
- "HalfLifeSeconds": "60",
- "None.DefaultMedianKbps": "567",
- "None.DefaultMedianRTTMsec": "272",
- "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
- "Unknown.DefaultMedianKbps": "1916",
- "Unknown.DefaultMedianRTTMsec": "121",
- "WiFi.DefaultMedianKbps": "2736",
- "WiFi.DefaultMedianRTTMsec": "168",
- "correlation_logging_probability": "0.001"
- }
- }
- ]
- }
- ],
- "NetworkTimeQueries": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "NetworkTimeQueriesEnabled",
- "enable_features": [
- "NetworkTimeServiceQuerying"
- ]
- }
- ]
- }
- ],
- "NewAudioRenderingMixingStrategy": [
- {
- "platforms": [
- "android",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "NewAudioRenderingMixingStrategy"
- ]
- }
- ]
- }
- ],
- "NewProfileManagement": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "NoCreditCardAbort": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "NonValidatingReloadOnNormalReload": [
- {
- "platforms": [
- "android",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "NonValidatingReloadOnNormalReload"
- ]
- }
- ]
- }
- ],
- "OfferUploadCreditCards": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "OfflinePages": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "EnabledAsBookmarks",
- "enable_features": [
- "NTPOfflinePages"
- ]
- }
- ]
- }
- ],
- "OutOfProcessPac": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "PageRevisitInstrumentation": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ParseHTMLOnMainThread": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "parseHTMLOnMainThreadCoalesceChunks": "false",
- "parseHTMLOnMainThreadSyncTokenize": "false"
- },
- "enable_features": [
- "ParseHTMLOnMainThread"
- ]
- }
- ]
- }
- ],
- "PassiveDocumentEventListeners": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PassiveDocumentEventListeners"
- ]
- }
- ]
- }
- ],
- "PassiveEventListenersDueToFling": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PassiveEventListenersDueToFling"
- ]
- }
- ]
- }
- ],
- "PasswordBranding": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "SmartLockBrandingSavePromptOnly"
- }
- ]
- }
- ],
- "PasswordGeneration": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "PasswordManagerSettingsMigration": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enable"
- }
- ]
- }
- ],
- "PasswordSeparatedSigninFlow": [
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "UsePasswordSeparatedSigninFlow"
- ]
- }
- ]
- }
- ],
- "PasswordSmartBubble": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "3-Times",
- "params": {
- "dismissal_count": "3"
- }
- }
- ]
- }
- ],
- "PersistentHistograms": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "EnabledInMemory",
- "params": {
- "storage": "LocalMemory"
- },
- "enable_features": [
- "PersistentHistograms"
- ]
- },
- {
- "name": "EnabledOnDisk",
- "params": {
- "storage": "MappedFile"
- },
- "enable_features": [
- "PersistentHistograms"
- ]
- }
- ]
- }
- ],
- "PhysicalWeb": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PhysicalWeb"
- ]
- }
- ]
- }
- ],
- "PointerEvent": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PointerEvent"
- ]
- }
- ]
- }
- ],
- "Precache": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "PreconnectMore": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PreconnectMore"
- ]
- }
- ]
- }
- ],
- "PreferHtmlOverPlugins": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PreferHtmlOverPlugins"
- ]
- }
- ]
- }
- ],
- "PrintScaling": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "PrintScaling"
- ]
- }
- ]
- }
- ],
- "ProgressBarAnimationAndroid": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "SmoothIndeterminateAnimation",
- "params": {
- "progress-bar-animation": "smooth-indeterminate"
- }
- }
- ]
- }
- ],
- "QUIC": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "RafAlignedMouseInput": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "RafAlignedMouseInput"
- ]
- }
- ]
- }
- ],
- "RafAlignedTouchInput": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "RafAlignedTouchInput"
- ]
- }
- ]
- }
- ],
- "ReaderModeUI": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "AdaBoost"
- },
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "ReaderModeUIFeedback": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Show"
- },
- {
- "name": "DoNotShow"
- }
- ]
- }
- ],
- "RefreshTokenDeviceId": [
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "ReportCertificateErrors": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "1.0"
- }
- },
- {
- "name": "DontShowAndDontSend"
- }
- ]
- },
- {
- "platforms": [
- "chromeos"
- ],
- "experiments": [
- {
- "name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "1.0"
- }
- },
- {
- "name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "-1.0"
- }
- },
- {
- "name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "0.0"
- }
- },
- {
- "name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "abcdef"
- }
- },
- {
- "name": "DontShowAndDontSend"
- }
- ]
- },
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "ShowAndPossiblySend",
- "params": {
- "sendingThreshold": "1.0"
- }
- },
- {
- "name": "DontShowAndDontSend"
- }
- ]
- }
- ],
- "SRTPromptFieldTrial": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "On"
- }
- ]
- }
- ],
- "SSLCommonNameMismatchHandling": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "SafeBrowsingAndroid": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "enabled": "true",
- "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
- }
- },
- {
- "name": "Control"
- }
- ]
- }
- ],
- "SafeBrowsingIncidentReportingService": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "collect_reg_data": "true"
- },
- "enable_features": [
- "IncidentReportingDisableUpload"
- ]
- },
- {
- "name": "Default"
- }
- ]
- }
- ],
- "SafeBrowsingIncidentReportingServiceFeatures": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "WithSuspiciousModuleReporting",
- "enable_features": [
- "IncidentReportingModuleLoadAnalysis",
- "IncidentReportingSuspiciousModuleReporting"
- ]
- },
- {
- "name": "WithModuleLoadAnalysis",
- "enable_features": [
- "IncidentReportingModuleLoadAnalysis"
- ]
- },
- {
- "name": "Default"
- }
- ]
- }
- ],
- "SafeBrowsingReportPhishingErrorLink": [
- {
- "platforms": [
- "android",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- },
- {
- "name": "Control"
- },
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "SafeBrowsingUpdateFrequency": [
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "UpdateTime15m",
- "params": {
- "NextUpdateIntervalInMinutes": "15"
- }
- }
- ]
- }
- ],
- "SafeBrowsingV4LocalDatabaseManagerEnabled": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "SaveAsMenuText": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "download"
- }
- ]
- }
- ],
- "SchedulerExpensiveTaskBlocking": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "SdchPersistence": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "SecurityChip": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "animation": "animate-all",
- "visibility": "show-all"
- },
- "enable_features": [
- "SecurityChip"
- ]
- }
- ]
- }
- ],
- "SecurityWarningIconUpdate": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "SecurityWarningIconUpdate"
- ]
- },
- {
- "name": "Control",
- "disable_features": [
- "SecurityWarningIconUpdate"
- ]
- },
- {
- "name": "Default"
- }
- ]
- }
- ],
- "SettingsEnforcement": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "enforce_always_with_extensions_and_dse"
- }
- ]
- }
- ],
- "SignInPasswordPromo": [
- {
- "platforms": [
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enable3",
- "params": {
- "dismissal_threshold": "3"
- }
- }
- ]
- }
- ],
- "SimpleCacheTrial": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac"
- ],
- "experiments": [
- {
- "name": "ExperimentYes"
- }
- ]
- }
- ],
- "SiteEngagement": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "AggressiveAccumulation",
- "params": {
- "bootstrap_points": "24",
- "decay_period_in_hours": "2",
- "decay_points": "0",
- "decay_proportion": "0.984",
- "first_daily_engagement_points": "1.5",
- "hidden_media_playing_points": "0.01",
- "high_engagement_boundary": "50",
- "last_engagement_grace_period_in_hours": "1",
- "max_decays_per_score": "4",
- "max_points_per_day": "15",
- "medium_engagement_boundary": "15",
- "navigation_points": "1.5",
- "score_cleanup_threshold": "0.5",
- "user_input_points": "0.6",
- "visible_media_playing_points": "0.06",
- "web_app_installed_points": "5"
- }
- }
- ]
- }
- ],
- "SpeculativeLaunchServiceWorker": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "SpeculativeLaunchServiceWorker"
- ]
- },
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "StrictSecureCookies": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "SyncHttpContentCompression": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- },
- {
- "name": "Disabled"
- }
- ]
- }
- ],
- "TLS13Negotiation": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "NegotiateTLS13"
- ]
- }
- ]
- }
- ],
- "TabManagementExperiment": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Elderberry"
- }
- ]
- }
- ],
- "TabSyncByRecency": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "TokenBinding": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "TokenBinding",
- "enable_features": [
- "token-binding"
- ]
- }
- ]
- }
- ],
- "TranslateRanker": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "EnforcementEnabled",
- "enable_features": [
- "TranslateRankerEnforcement"
- ]
- }
- ]
- }
- ],
- "TranslateUiLangTrial": [
- {
- "platforms": [
- "mac"
- ],
- "experiments": [
- {
- "name": "DefaultTranslateLanguage"
- },
- {
- "name": "EnabledTranslateLanguage"
- }
- ]
- }
- ],
- "TriggeredResetFieldTrial": [
- {
- "platforms": [
- "win"
- ],
- "experiments": [
- {
- "name": "On"
- }
- ]
- }
- ],
- "UMA_EnableCellularLogUpload": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled_wo_sampling",
- "params": {
- "Enabled": "true",
- "Optimize": "true",
- "Sample_Probability": "100",
- "Uma_Quota": "204800",
- "Uma_Ratio": "0.05"
- }
- }
- ]
- }
- ],
- "UnifiedMediaPipelineTrial": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "UpdateMenuItem": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "enable_update_menu_item": "true"
- }
- },
- {
- "name": "EnabledWithBadge",
- "params": {
- "enable_update_badge": "true",
- "enable_update_menu_item": "true"
- }
- },
- {
- "name": "EnabledWithSummary",
- "params": {
- "enable_update_menu_item": "true",
- "show_summary": "true"
- }
- },
- {
- "name": "EnabledWithCustomSummary",
- "params": {
- "custom_summary": "Custom update summary",
- "enable_update_menu_item": "true",
- "show_summary": "true"
- }
- },
- {
- "name": "EnabledWithSummaryAndBadge",
- "params": {
- "enable_update_badge": "true",
- "enable_update_menu_item": "true",
- "show_summary": "true"
- }
- },
- {
- "name": "Default",
- "params": {
- "enable_update_menu_item": "false"
- }
- }
- ]
- }
- ],
- "V8CacheStrategiesForCacheStorage": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "default"
- },
- {
- "name": "none"
- },
- {
- "name": "normal"
- },
- {
- "name": "aggressive"
- }
- ]
- }
- ],
- "ViewsSimplifiedFullscreenUI": [
- {
- "platforms": [
- "mac"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "ViewsSimplifiedFullscreenUI"
- ]
- }
- ]
- }
- ],
- "WebBluetoothBlacklist": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "//1": "The value 'ed5f25a4:e' is included for the",
- "//2": "WebBluetoothTest BlacklistShouldBlock test.",
- "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
- "name": "TestGroup",
- "params": {
- "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
- }
- }
- ]
- }
- ],
- "WebFontsInterventionV2": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled-slow2g"
- }
- ]
- }
- ],
- "WebRTC-EnableWebRtcEcdsa": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "WebRTC-EnableWebRtcEcdsa"
- ]
- }
- ]
- }
- ],
- "WebRTC-H264WithOpenH264FFmpeg": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "WebRTC-H264WithOpenH264FFmpeg"
- ]
- }
- ]
- }
- ],
- "WebRTC-LocalIPPermissionCheck": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- }
- ]
- }
- ],
- "use-new-media-cache": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "use-new-media-cache"
- ]
- }
- ]
- }
- ]
-}
+{
+ "AndroidSessionNotifications": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "AndroidSpellChecker": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled_NonLowEnd",
+ "enable_features": [
+ "AndroidSpellCheckerNonLowEnd"
+ ],
+ "disable_features": [
+ "AndroidSpellChecker"
+ ]
+ }
+ ]
+ }
+ ],
+ "AsyncDNS": [
+ {
+ "platforms": [
+ "linux"
+ ],
+ "experiments": [
+ {
+ "name": "AsyncDNSA"
+ }
+ ]
+ }
+ ],
+ "AsyncDns": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "AsyncDnsA"
+ },
+ {
+ "name": "SystemDnsA"
+ },
+ {
+ "name": "AsyncDnsNoFallbackA"
+ }
+ ]
+ }
+ ],
+ "AutodetectEncoding": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "AutofillClassifier": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "AutofillCreditCardSigninPromo": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnabledFive",
+ "params": {
+ "impression_limit": "5"
+ },
+ "enable_features": [
+ "AutofillCreditCardSigninPromo"
+ ]
+ }
+ ]
+ }
+ ],
+ "AutofillFieldMetadata": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "AutofillProfileCleanup": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "AutofillProfileCleanup"
+ ]
+ }
+ ]
+ }
+ ],
+ "AutofillProfileOrderByFrecency": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnabledLimitTo3",
+ "params": {
+ "limit": "3"
+ }
+ },
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "AutomaticTabDiscarding": [
+ {
+ "platforms": [
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled_Once_10-gen2",
+ "params": {
+ "MinimumProtectionTime": "600"
+ },
+ "enable_features": [
+ "AutomaticTabDiscarding"
+ ]
+ }
+ ]
+ }
+ ],
+ "BrowserBlacklist": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "BrowserScheduler": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "Background": "3;8;0.1;0;30000",
+ "BackgroundFileIO": "3;8;0.1;0;30000",
+ "Foreground": "8;32;0.3;0;30000",
+ "ForegroundFileIO": "8;32;0.3;0;30000",
+ "RedirectHistoryService": "true",
+ "RedirectSequencedWorkerPools": "true"
+ }
+ },
+ {
+ "name": "EnableViaFlag",
+ "forcing_flag": "enable-browser-task-scheduler",
+ "params": {
+ "Background": "3;8;0.1;0;30000",
+ "BackgroundFileIO": "3;8;0.1;0;30000",
+ "Foreground": "8;32;0.3;0;30000",
+ "ForegroundFileIO": "8;32;0.3;0;30000",
+ "RedirectHistoryService": "true",
+ "RedirectSequencedWorkerPools": "true"
+ }
+ },
+ {
+ "name": "DisableViaFlag",
+ "forcing_flag": "disable-browser-task-scheduler"
+ }
+ ]
+ }
+ ],
+ "CSSExternalScanner": [
+ {
+ "platforms": [
+ "win",
+ "mac",
+ "chromeos",
+ "linux",
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled_ScanAndPreload",
+ "params": {
+ "cssExternalScannerNoPreload": "false",
+ "cssExternalScannerPreload": "true"
+ }
+ }
+ ]
+ }
+ ],
+ "CaptivePortalInterstitial": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ChildAccountDetection": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "ChromeDashboard": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ },
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
+ "ChromotingQUIC": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ContextualSearch": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Expected",
+ "params": {
+ "enable_quick_answers": "true",
+ "enable_translation": "true",
+ "recent_scroll_duration_ms": "300",
+ "suppression_taps": "10"
+ }
+ }
+ ]
+ }
+ ],
+ "DataCompressionProxyDevRollout": [
+ {
+ "platforms": [
+ "android",
+ "ios"
+ ],
+ "experiments": [
+ {
+ "name": "Control"
+ },
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "DataCompressionProxyLoFi": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "hysteresis_period_seconds": "120",
+ "rtt_msec": "2000"
+ }
+ }
+ ]
+ }
+ ],
+ "DataCompressionProxyPromoVisibility": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "DataReductionProxyFREPromo": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "DataReductionProxyServerExperiments": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Prefetch",
+ "params": {
+ "exp": "prefetch"
+ }
+ },
+ {
+ "name": "Control1",
+ "params": {
+ "exp": "finch_control1"
+ }
+ },
+ {
+ "name": "Control2",
+ "params": {
+ "exp": "finch_control2"
+ }
+ }
+ ]
+ }
+ ],
+ "DataReductionProxyUseQuic": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "DefaultBrowserInfobar": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "SettingsTextNotNow"
+ }
+ ]
+ }
+ ],
+ "DefaultEnableGpuRasterization": [
+ {
+ "platforms": [
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "DefaultEnableGpuRasterization",
+ "enable_features": [
+ "DefaultEnableGpuRasterization"
+ ]
+ }
+ ]
+ }
+ ],
+ "DisallowFetchForDocWrittenScriptsInMainFrame": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "DocumentWriteEvaluatorGroup",
+ "params": {
+ "disallowFetchForDocWrittenScriptsInMainFrame": "false",
+ "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false"
+ },
+ "enable_features": [
+ "DocumentWriteEvaluator"
+ ]
+ }
+ ]
+ },
+ {
+ "platforms": [
+ "chromeos"
+ ],
+ "experiments": [
+ {
+ "name": "DocumentWriteScriptBlockGroup",
+ "params": {
+ "disallowFetchForDocWrittenScriptsInMainFrame": "true"
+ },
+ "disable_features": [
+ "DocumentWriteEvaluator"
+ ]
+ }
+ ]
+ },
+ {
+ "platforms": [
+ "linux"
+ ],
+ "experiments": [
+ {
+ "name": "DocumentWriteEvaluatorGroup",
+ "params": {
+ "disallowFetchForDocWrittenScriptsInMainFrame": "false",
+ "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "false"
+ },
+ "enable_features": [
+ "DocumentWriteEvaluator"
+ ]
+ }
+ ]
+ },
+ {
+ "platforms": [
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "DocumentWriteScriptBlockGroup",
+ "params": {
+ "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true"
+ },
+ "disable_features": [
+ "DocumentWriteEvaluator"
+ ]
+ }
+ ]
+ }
+ ],
+ "DownloadsUi": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "DownloadsUi"
+ ]
+ }
+ ]
+ }
+ ],
+ "EnableAppContainer": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "EnableGoogleCachedCopyTextExperiment": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Button"
+ }
+ ]
+ }
+ ],
+ "EnableMediaRouter": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "EnableMediaRouterWithCastExtension": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "EnableMediaThreadForMediaPlayback": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "EnableSessionCrashedBubbleUI": [
+ {
+ "platforms": [
+ "linux",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ExpectCTReporting": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "ExpectCTReportingEnabled",
+ "enable_features": [
+ "ExpectCTReporting"
+ ]
+ }
+ ]
+ }
+ ],
+ "ExtensionActionRedesign": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ExtensionContentVerification": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enforce"
+ }
+ ]
+ }
+ ],
+ "ExtensionDeveloperModeWarning": [
+ {
+ "platforms": [
+ "mac"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ExtensionInstallVerification": [
+ {
+ "platforms": [
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enforce"
+ }
+ ]
+ }
+ ],
+ "GoogleBrandedContextMenu": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "branded"
+ }
+ ]
+ }
+ ],
+ "GoogleNow": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enable"
+ }
+ ]
+ }
+ ],
+ "IOSurfaceClearYosemite": [
+ {
+ "platforms": [
+ "mac"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "IOSurfaceClearYosemite"
+ ]
+ }
+ ]
+ }
+ ],
+ "IconNTP": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
+ "ImeThread": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "ImeThread"
+ ]
+ }
+ ]
+ }
+ ],
+ "ImportantSitesInCBD": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "DialogEnabled",
+ "enable_features": [
+ "ImportantSitesInCBD"
+ ]
+ }
+ ]
+ }
+ ],
+ "InstanceID": [
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "IntelligentSessionRestore": [
+ {
+ "platforms": [
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "InvalidationsGCMUpstream": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ },
+ {
+ "name": "Control"
+ },
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "LimitSyncPassphrasePrompt": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "LowPriorityIFrames": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "lowPriorityIframes": "true"
+ }
+ }
+ ]
+ }
+ ],
+ "MacMemoryMechanism": [
+ {
+ "platforms": [
+ "mac"
+ ],
+ "experiments": [
+ {
+ "name": "Mach"
+ }
+ ]
+ }
+ ],
+ "MaterialDesignDownloads": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "MaterialDesignUserManager": [
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "MaterialDesignUserManager"
+ ]
+ }
+ ]
+ }
+ ],
+ "MediaFoundationH264Encoding": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "MediaFoundationH264Encoding"
+ ]
+ }
+ ]
+ }
+ ],
+ "ModerateBindingOnBackgroundTabCreation": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "MojoChannel": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "NTPPopularSites": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "NTPSnippets": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "content_suggestions_backend": "https://chromecontentsuggestions-pa.googleapis.com/v1/suggestions/fetch",
+ "quota_SuggestionFetcher": "2"
+ },
+ "enable_features": [
+ "NTPArticleSuggestions",
+ "NTPBookmarkSuggestions",
+ "NTPSnippets"
+ ]
+ }
+ ]
+ }
+ ],
+ "NetDelayableH2AndQuicRequests": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win",
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PrioritySupportedRequestsDelayable"
+ ]
+ }
+ ]
+ }
+ ],
+ "NetworkQualityEstimator": [
+ {
+ "platforms": [
+ "android",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "2G.DefaultMedianKbps": "81",
+ "2G.DefaultMedianRTTMsec": "1337",
+ "3G.DefaultMedianKbps": "658",
+ "3G.DefaultMedianRTTMsec": "297",
+ "4G.DefaultMedianKbps": "1756",
+ "4G.DefaultMedianRTTMsec": "159",
+ "Bluetooth.DefaultMedianKbps": "449",
+ "Bluetooth.DefaultMedianRTTMsec": "135",
+ "Ethernet.DefaultMedianKbps": "3263",
+ "Ethernet.DefaultMedianRTTMsec": "106",
+ "HalfLifeSeconds": "60",
+ "None.DefaultMedianKbps": "567",
+ "None.DefaultMedianRTTMsec": "272",
+ "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
+ "Unknown.DefaultMedianKbps": "1916",
+ "Unknown.DefaultMedianRTTMsec": "121",
+ "WiFi.DefaultMedianKbps": "2736",
+ "WiFi.DefaultMedianRTTMsec": "168",
+ "correlation_logging_probability": "0.001"
+ }
+ }
+ ]
+ }
+ ],
+ "NetworkTimeQueries": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "NetworkTimeQueriesEnabled",
+ "enable_features": [
+ "NetworkTimeServiceQuerying"
+ ]
+ }
+ ]
+ }
+ ],
+ "NewAudioRenderingMixingStrategy": [
+ {
+ "platforms": [
+ "android",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "NewAudioRenderingMixingStrategy"
+ ]
+ }
+ ]
+ }
+ ],
+ "NewProfileManagement": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "NoCreditCardAbort": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "NonValidatingReloadOnNormalReload": [
+ {
+ "platforms": [
+ "android",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "NonValidatingReloadOnNormalReload"
+ ]
+ }
+ ]
+ }
+ ],
+ "OfferUploadCreditCards": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "OfflinePages": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "EnabledAsBookmarks",
+ "enable_features": [
+ "NTPOfflinePages"
+ ]
+ }
+ ]
+ }
+ ],
+ "OutOfProcessPac": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "PageRevisitInstrumentation": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ParseHTMLOnMainThread": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "parseHTMLOnMainThreadCoalesceChunks": "false",
+ "parseHTMLOnMainThreadSyncTokenize": "false"
+ },
+ "enable_features": [
+ "ParseHTMLOnMainThread"
+ ]
+ }
+ ]
+ }
+ ],
+ "PassiveDocumentEventListeners": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PassiveDocumentEventListeners"
+ ]
+ }
+ ]
+ }
+ ],
+ "PassiveEventListenersDueToFling": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PassiveEventListenersDueToFling"
+ ]
+ }
+ ]
+ }
+ ],
+ "PasswordBranding": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "SmartLockBrandingSavePromptOnly"
+ }
+ ]
+ }
+ ],
+ "PasswordGeneration": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "PasswordManagerSettingsMigration": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enable"
+ }
+ ]
+ }
+ ],
+ "PasswordSeparatedSigninFlow": [
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "UsePasswordSeparatedSigninFlow"
+ ]
+ }
+ ]
+ }
+ ],
+ "PasswordSmartBubble": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "3-Times",
+ "params": {
+ "dismissal_count": "3"
+ }
+ }
+ ]
+ }
+ ],
+ "PersistentHistograms": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnabledInMemory",
+ "params": {
+ "storage": "LocalMemory"
+ },
+ "enable_features": [
+ "PersistentHistograms"
+ ]
+ },
+ {
+ "name": "EnabledOnDisk",
+ "params": {
+ "storage": "MappedFile"
+ },
+ "enable_features": [
+ "PersistentHistograms"
+ ]
+ }
+ ]
+ }
+ ],
+ "PhysicalWeb": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PhysicalWeb"
+ ]
+ }
+ ]
+ }
+ ],
+ "PointerEvent": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PointerEvent"
+ ]
+ }
+ ]
+ }
+ ],
+ "Precache": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "PreconnectMore": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PreconnectMore"
+ ]
+ }
+ ]
+ }
+ ],
+ "PreferHtmlOverPlugins": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PreferHtmlOverPlugins"
+ ]
+ }
+ ]
+ }
+ ],
+ "PrintScaling": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "PrintScaling"
+ ]
+ }
+ ]
+ }
+ ],
+ "ProgressBarAnimationAndroid": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "SmoothIndeterminateAnimation",
+ "params": {
+ "progress-bar-animation": "smooth-indeterminate"
+ }
+ }
+ ]
+ }
+ ],
+ "QUIC": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "RafAlignedMouseInput": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "RafAlignedMouseInput"
+ ]
+ }
+ ]
+ }
+ ],
+ "RafAlignedTouchInput": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "RafAlignedTouchInput"
+ ]
+ }
+ ]
+ }
+ ],
+ "ReaderModeUI": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "AdaBoost"
+ },
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "ReaderModeUIFeedback": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Show"
+ },
+ {
+ "name": "DoNotShow"
+ }
+ ]
+ }
+ ],
+ "RefreshTokenDeviceId": [
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "ReportCertificateErrors": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "1.0"
+ }
+ },
+ {
+ "name": "DontShowAndDontSend"
+ }
+ ]
+ },
+ {
+ "platforms": [
+ "chromeos"
+ ],
+ "experiments": [
+ {
+ "name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "1.0"
+ }
+ },
+ {
+ "name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "-1.0"
+ }
+ },
+ {
+ "name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "0.0"
+ }
+ },
+ {
+ "name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "abcdef"
+ }
+ },
+ {
+ "name": "DontShowAndDontSend"
+ }
+ ]
+ },
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "ShowAndPossiblySend",
+ "params": {
+ "sendingThreshold": "1.0"
+ }
+ },
+ {
+ "name": "DontShowAndDontSend"
+ }
+ ]
+ }
+ ],
+ "SRTPromptFieldTrial": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "On"
+ }
+ ]
+ }
+ ],
+ "SSLCommonNameMismatchHandling": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "SafeBrowsingAndroid": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "enabled": "true",
+ "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
+ }
+ },
+ {
+ "name": "Control"
+ }
+ ]
+ }
+ ],
+ "SafeBrowsingIncidentReportingService": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "collect_reg_data": "true"
+ },
+ "enable_features": [
+ "IncidentReportingDisableUpload"
+ ]
+ },
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
+ "SafeBrowsingIncidentReportingServiceFeatures": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "WithSuspiciousModuleReporting",
+ "enable_features": [
+ "IncidentReportingModuleLoadAnalysis",
+ "IncidentReportingSuspiciousModuleReporting"
+ ]
+ },
+ {
+ "name": "WithModuleLoadAnalysis",
+ "enable_features": [
+ "IncidentReportingModuleLoadAnalysis"
+ ]
+ },
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
+ "SafeBrowsingReportPhishingErrorLink": [
+ {
+ "platforms": [
+ "android",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ },
+ {
+ "name": "Control"
+ },
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "SafeBrowsingUpdateFrequency": [
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "UpdateTime15m",
+ "params": {
+ "NextUpdateIntervalInMinutes": "15"
+ }
+ }
+ ]
+ }
+ ],
+ "SafeBrowsingV4LocalDatabaseManagerEnabled": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "SaveAsMenuText": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "download"
+ }
+ ]
+ }
+ ],
+ "SchedulerExpensiveTaskBlocking": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "SdchPersistence": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "SecurityChip": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "animation": "animate-all",
+ "visibility": "show-all"
+ },
+ "enable_features": [
+ "SecurityChip"
+ ]
+ }
+ ]
+ }
+ ],
+ "SecurityWarningIconUpdate": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "SecurityWarningIconUpdate"
+ ]
+ },
+ {
+ "name": "Control",
+ "disable_features": [
+ "SecurityWarningIconUpdate"
+ ]
+ },
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
+ "SettingsEnforcement": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "enforce_always_with_extensions_and_dse"
+ }
+ ]
+ }
+ ],
+ "SignInPasswordPromo": [
+ {
+ "platforms": [
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enable3",
+ "params": {
+ "dismissal_threshold": "3"
+ }
+ }
+ ]
+ }
+ ],
+ "SimpleCacheTrial": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac"
+ ],
+ "experiments": [
+ {
+ "name": "ExperimentYes"
+ }
+ ]
+ }
+ ],
+ "SiteEngagement": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "AggressiveAccumulation",
+ "params": {
+ "bootstrap_points": "24",
+ "decay_period_in_hours": "2",
+ "decay_points": "0",
+ "decay_proportion": "0.984",
+ "first_daily_engagement_points": "1.5",
+ "hidden_media_playing_points": "0.01",
+ "high_engagement_boundary": "50",
+ "last_engagement_grace_period_in_hours": "1",
+ "max_decays_per_score": "4",
+ "max_points_per_day": "15",
+ "medium_engagement_boundary": "15",
+ "navigation_points": "1.5",
+ "score_cleanup_threshold": "0.5",
+ "user_input_points": "0.6",
+ "visible_media_playing_points": "0.06",
+ "web_app_installed_points": "5"
+ }
+ }
+ ]
+ }
+ ],
+ "SpeculativeLaunchServiceWorker": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "SpeculativeLaunchServiceWorker"
+ ]
+ },
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "StrictSecureCookies": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "SyncHttpContentCompression": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ },
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
+ "TLS13Negotiation": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "NegotiateTLS13"
+ ]
+ }
+ ]
+ }
+ ],
+ "TabManagementExperiment": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Elderberry"
+ }
+ ]
+ }
+ ],
+ "TabSyncByRecency": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "TokenBinding": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "TokenBinding",
+ "enable_features": [
+ "token-binding"
+ ]
+ }
+ ]
+ }
+ ],
+ "TranslateRanker": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnforcementEnabled",
+ "enable_features": [
+ "TranslateRankerEnforcement"
+ ]
+ }
+ ]
+ }
+ ],
+ "TranslateUiLangTrial": [
+ {
+ "platforms": [
+ "mac"
+ ],
+ "experiments": [
+ {
+ "name": "DefaultTranslateLanguage"
+ },
+ {
+ "name": "EnabledTranslateLanguage"
+ }
+ ]
+ }
+ ],
+ "TriggeredResetFieldTrial": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "On"
+ }
+ ]
+ }
+ ],
+ "UMA_EnableCellularLogUpload": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled_wo_sampling",
+ "params": {
+ "Enabled": "true",
+ "Optimize": "true",
+ "Sample_Probability": "100",
+ "Uma_Quota": "204800",
+ "Uma_Ratio": "0.05"
+ }
+ }
+ ]
+ }
+ ],
+ "UnifiedMediaPipelineTrial": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "UpdateMenuItem": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "enable_update_menu_item": "true"
+ }
+ },
+ {
+ "name": "EnabledWithBadge",
+ "params": {
+ "enable_update_badge": "true",
+ "enable_update_menu_item": "true"
+ }
+ },
+ {
+ "name": "EnabledWithSummary",
+ "params": {
+ "enable_update_menu_item": "true",
+ "show_summary": "true"
+ }
+ },
+ {
+ "name": "EnabledWithCustomSummary",
+ "params": {
+ "custom_summary": "Custom update summary",
+ "enable_update_menu_item": "true",
+ "show_summary": "true"
+ }
+ },
+ {
+ "name": "EnabledWithSummaryAndBadge",
+ "params": {
+ "enable_update_badge": "true",
+ "enable_update_menu_item": "true",
+ "show_summary": "true"
+ }
+ },
+ {
+ "name": "Default",
+ "params": {
+ "enable_update_menu_item": "false"
+ }
+ }
+ ]
+ }
+ ],
+ "V8CacheStrategiesForCacheStorage": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "default"
+ },
+ {
+ "name": "none"
+ },
+ {
+ "name": "normal"
+ },
+ {
+ "name": "aggressive"
+ }
+ ]
+ }
+ ],
+ "ViewsSimplifiedFullscreenUI": [
+ {
+ "platforms": [
+ "mac"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "ViewsSimplifiedFullscreenUI"
+ ]
+ }
+ ]
+ }
+ ],
+ "WebBluetoothBlacklist": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "//1": "The value 'ed5f25a4:e' is included for the",
+ "//2": "WebBluetoothTest BlacklistShouldBlock test.",
+ "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
+ "name": "TestGroup",
+ "params": {
+ "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
+ }
+ }
+ ]
+ }
+ ],
+ "WebFontsInterventionV2": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled-slow2g"
+ }
+ ]
+ }
+ ],
+ "WebRTC-EnableWebRtcEcdsa": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "WebRTC-EnableWebRtcEcdsa"
+ ]
+ }
+ ]
+ }
+ ],
+ "WebRTC-H264WithOpenH264FFmpeg": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "WebRTC-H264WithOpenH264FFmpeg"
+ ]
+ }
+ ]
+ }
+ ],
+ "WebRTC-LocalIPPermissionCheck": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
+ "use-new-media-cache": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "use-new-media-cache"
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698