| Index: content/browser/payments/payment_app.proto
|
| diff --git a/content/browser/payments/payment_app.proto b/content/browser/payments/payment_app.proto
|
| index df8a8c2a12073fdb07253eb96ff4644fc970ef5e..06c647e42a53605ef4ef8324d41e477fb78fd6c2 100644
|
| --- a/content/browser/payments/payment_app.proto
|
| +++ b/content/browser/payments/payment_app.proto
|
| @@ -20,3 +20,9 @@ message PaymentAppOptionProto {
|
| optional string id = 3;
|
| repeated string enabled_methods = 4;
|
| }
|
| +
|
| +message PaymentInstrumentProto {
|
| + optional string name = 1;
|
| + repeated string enabled_methods = 2;
|
| + optional string stringified_capabilities = 3;
|
| +}
|
|
|