Skip to content

Commit

Permalink
Move deprecate-unload flag to the deprecated flags section.
Browse files Browse the repository at this point in the history
Bug: 1432116
Change-Id: If363270b971584cc7c4717805d137cfeed04152c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4764528
Auto-Submit: Fergal Daly <fergal@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Reviewed-by: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1182184}
  • Loading branch information
fergald authored and Chromium LUCI CQ committed Aug 10, 2023
1 parent c85cc27 commit d08e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10800,7 +10800,7 @@ const FeatureEntry kFeatureEntries[] = {
STRING_VALUE_TYPE(switches::kProtectedAudiencesConsentedDebugToken, "")},

{"deprecate-unload", flag_descriptions::kDeprecateUnloadName,
flag_descriptions::kDeprecateUnloadDescription, kOsAll,
flag_descriptions::kDeprecateUnloadDescription, kOsAll | kDeprecated,
FEATURE_VALUE_TYPE(blink::features::kDeprecateUnload)},

{"autofill-enable-fpan-risk-based-authentication",
Expand Down

0 comments on commit d08e2c0

Please sign in to comment.