[Payments]PaymentRequestSpec.java retrieves payment details from c++.
Before: PaymentRequestSpec.java stores duplicates of payment details to be used in its getters. This is error prone since the variables on c++ side and their duplicates on java side need to kept synced. After: PaymentRequestSpec.java always retrieves most updated payment details from c++ implementation. Bug: 1129708 Change-Id: Ia106446bc08e91a6fcdcfc3875f078d2fd6ed6c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417543Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#809326}
Showing
Please register or sign in to comment