Skip to content

Commit

Permalink
Add Blink use counter for partitioned cookies
Browse files Browse the repository at this point in the history
This CL adds a use counter for partitioned cookies which propagates to
Blink during the Origin Trial.

It also adds a PartitionedCookies WebFeature enum entry.

Bug: 1225444,1296161
Change-Id: I86380512fd39db8725971d3a256783369c3ec2ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3502230
Reviewed-by: Chris Fredrickson <cfredric@chromium.org>
Reviewed-by: Robert Kroeger <rjkroege@chromium.org>
Commit-Queue: Dylan Cutler <dylancutler@google.com>
Cr-Commit-Position: refs/heads/main@{#977709}
NOKEYCHECK=True
GitOrigin-RevId: 8d5f8911454a8560225ffd98e32a2777b942b481
  • Loading branch information
DCtheTall authored and copybara-github committed Mar 4, 2022
1 parent 3604555 commit 48bb4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blink/public/mojom/web_feature/web_feature.mojom
Original file line number Diff line number Diff line change
Expand Up @@ -3495,6 +3495,7 @@ enum WebFeature {
kMediaCapabilitiesDecodingInfoWebrtc = 4174,
kMediaCapabilitiesEncodingInfoWebrtc = 4175,
kUsbDeviceForget = 4176,
kPartitionedCookies = 4177,

// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
Expand Down

0 comments on commit 48bb4a4

Please sign in to comment.