DescriptionPaymentApp: Implement the JNI bridge
Add two native methods to ServiceWorkerPaymentAppBridge, and implement
them in service_worker_payment_app_bridge.cc. The two methods are
GetAllAppManifests and InvokePaymentApp. At the moment, they are just
stubs, although GetAllAppManifest contains a bit of code, mainly
for illustration and to avoid compile errors for unused @CalledFromNative
methods in ServiceWorkerPaymentAppBridge.
BUG=661608
Committed: https://crrev.com/48c76126b7ee062e0bcd470d9b47e0359f1f8db3
Cr-Commit-Position: refs/heads/master@{#438269}
Patch Set 1 #Patch Set 2 : Move the c++ bridging files into their own folder #
Total comments: 5
Patch Set 3 : Rebase onto async-refactoring change and address review comments #Patch Set 4 : Remove a rogue comment from a conflict resolution #
Total comments: 2
Patch Set 5 : Rebase and address Ted's comment #
Depends on Patchset: Messages
Total messages: 27 (17 generated)
|