DescriptionPaymentHandler: Add a key prefix to avoid key conflicts with others.
The current implementation is using the service worker database (is based on
level DB) to store payment instrument data. The other SW features also use
the same way.
The instrument key is mapping with database key directly, So, the database key
might be conflict with other SW related features such as push notification.
To avoid this problem, this CL adds a prefix to instrument key.
BUG=661608
TEST=existing tests
Review-Url: https://codereview.chromium.org/2847533003
Cr-Commit-Position: refs/heads/master@{#467736}
Committed: https://chromium.googlesource.com/chromium/src/+/e052a49fd7fad23a559f05c54e6dce8671c13883
Patch Set 1 #
Total comments: 1
Patch Set 2 : PaymentHandler: Add a key prefix to avoid key conflicts with others. #
Total comments: 1
Patch Set 3 : PaymentHandler: Add a key prefix to avoid key conflicts with others. #Messages
Total messages: 13 (6 generated)
|