| Index: content/browser/payments/payment_app.proto
|
| diff --git a/content/browser/payments/payment_app.proto b/content/browser/payments/payment_app.proto
|
| index 06c647e42a53605ef4ef8324d41e477fb78fd6c2..43a444ac55d159af9d173f6e5cc324ad470be2d7 100644
|
| --- a/content/browser/payments/payment_app.proto
|
| +++ b/content/browser/payments/payment_app.proto
|
| @@ -21,6 +21,11 @@ message PaymentAppOptionProto {
|
| repeated string enabled_methods = 4;
|
| }
|
|
|
| +message PaymentInstrumentKeyInfoProto {
|
| + optional uint64 insertion_order = 1;
|
| + optional string key = 2;
|
| +}
|
| +
|
| message PaymentInstrumentProto {
|
| optional string name = 1;
|
| repeated string enabled_methods = 2;
|
|
|