0

[RWS] Update CLI switch format comments

The existing comments are out of date; they refer to the format in use
before https://crrev.com/c/3884455 was submitted.

Change-Id: Ifc314872e5f3559f9c3d9456e4d5e2c031c94a51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6299240
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
Auto-Submit: Chris Fredrickson <cfredric@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424279}
This commit is contained in:
Chris Fredrickson
2025-02-24 18:37:41 -08:00
committed by Chromium LUCI CQ
parent 02331111e9
commit d89242dde1

@ -85,17 +85,17 @@ const char kUnsafelyTreatInsecureOriginAsSecure[] =
const char kAdditionalTrustTokenKeyCommitments[] =
"additional-private-state-token-key-commitments";
// Allows the manual specification of a First-Party Set, as a comma-separated
// list of origins. The first origin in the list is treated as the owner of the
// set.
// Allows the manual specification of a First-Party Set. The format is the same
// as that of `--use-related-website-set`.
//
// DEPRECATED(crbug.com/1486689): This switch is under deprecation due to
// renaming "First-Party Set" to "Related Website Set". Please use
// `kUseRelatedWebsiteSet` instead.
const char kUseFirstPartySet[] = "use-first-party-set";
// Allows the manual specification of a Related Website Set, as a
// comma-separated list of origins. The first origin in the list is treated as
// the primary site of the set.
// Allows the manual specification of a Related Website Set. The set should be
// provided as a stringified JSON object, whose format matches the format of the
// JSON in https://github.com/GoogleChrome/related-website-sets.
const char kUseRelatedWebsiteSet[] = "use-related-website-set";
// Specifies manual overrides to the IP endpoint -> IP address space mapping.