Chromium Code Reviews
DescriptionWeb payments metric for multiple show() calls.
It's valid for multiple renderers to call PaymentRequest.show() at the
same time, because they are not coordinating. Chrome allows only one
renderer at a time to call PaymentRequest.show(). When the show() calls
of the other renderers are being rejected, the recorded metric should be
NO_SHOW_CONCURRENT_REQUESTS instead of
ABORT_REASON_INVALID_DATA_FROM_RENDERER.
BUG=711674
Review-Url: https://codereview.chromium.org/2816513004
Cr-Commit-Position: refs/heads/master@{#465110}
Committed: https://chromium.googlesource.com/chromium/src/+/8dbd95ed5e1531af5df3d342edaf0e8b31ef8144
Patch Set 1 #
Total comments: 2
Patch Set 2 : Bettah metrics #Patch Set 3 : Self review #
Total comments: 4
Patch Set 4 : Comments #Messages
Total messages: 35 (24 generated)
|