Skip to content

Commit

Permalink
Fix typo in ComInitForUtilWin testing config.
Browse files Browse the repository at this point in the history
The feature names did not use the same capitalization as in the code.

Bug: 348014083
Change-Id: I133cbae918321b78a1a6a02aa7e643a08d2cc650
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5731697
Reviewed-by: Patrick Monette <[email protected]>
Auto-Submit: Francois Pierre Doray <[email protected]>
Commit-Queue: Patrick Monette <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1331717}
  • Loading branch information
fdoray authored and Chromium LUCI CQ committed Jul 23, 2024
1 parent 749e803 commit f826a64
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3518,22 +3518,6 @@
]
}
],
"COMInitForUtilWin": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"UtilWinProcessUsesUIPump",
"UtilityWithUIPumpInitializesCOM"
]
}
]
}
],
"CPSS-V2-Android": [
{
"platforms": [
Expand Down Expand Up @@ -5478,6 +5462,22 @@
]
}
],
"ComInitForUtilWin": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"UtilWinProcessUsesUiPump",
"UtilityWithUiPumpInitializesCom"
]
}
]
}
],
"CombinedWebViewOptimizations": [
{
"platforms": [
Expand Down

0 comments on commit f826a64

Please sign in to comment.