| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Wallet API: Feature guard uploading a session ID
crrev.com/c/7680076 modified the Upsert API to require a session ID
for the creation of a new pass. This CL flag guards the new logic,
omitting the session ID from the Upsert request if disabled. This
derisks the launch, should the code to log a consent not make it on
time. In this case, by keeping the new feature flag disabled, no
nonsensical session IDs are uploaded to Wallet.
Note that the components/autofill code that actually logs a consent
will likely be feature guarded as well with an Autofill feature flag.
Having a separate feature flag in components/wallet allows us to keep
the API in its intended long-term state, where a session ID needs to be
provided during saves.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |