Commit 70cc10fa authored by Josh Simmons's avatar Josh Simmons Committed by Commit Bot

Adding a field trial config for the context menu performance hints experiment.

Bug: 1040661
Change-Id: Id831f37c7d117ca58cb0783d6e70b04f2e530bf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311618Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Josh Simmons <jds@google.com>
Cr-Commit-Position: refs/heads/master@{#790682}
parent 78588c37
...@@ -2500,6 +2500,52 @@ ...@@ -2500,6 +2500,52 @@
] ]
} }
], ],
"EnableContextMenuPerformanceHints": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "ContextMenuPerformanceInfoUiEnabled",
"enable_features": [
"ContextMenuPerformanceInfo",
"OptimizationHintsFetchingAnonymousDataConsent",
"PerformanceHintsObserver"
]
},
{
"name": "EnabledWithoutControl",
"enable_features": [
"ContextMenuPerformanceInfo",
"OptimizationHintsFetchingAnonymousDataConsent",
"PerformanceHintsObserver"
]
},
{
"name": "ContextMenuPerformanceInfoUiDisabled",
"enable_features": [
"OptimizationHintsFetchingAnonymousDataConsent",
"PerformanceHintsObserver"
],
"disable_features": [
"ContextMenuPerformanceInfo"
]
},
{
"name": "ContextMenuPerformanceInfoControl",
"disable_features": [
"ContextMenuPerformanceInfo",
"OptimizationHintsFetchingAnonymousDataConsent",
"PerformanceHintsObserver"
]
},
{
"name": "Default"
}
]
}
],
"EnableCsrssLockdown": [ "EnableCsrssLockdown": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment