| Index: content/public/browser/stored_payment_instrument.h
|
| diff --git a/content/public/browser/stored_payment_instrument.h b/content/public/browser/stored_payment_instrument.h
|
| index 5c0f64d97418019d6d1692ac3c40d714f872aeef..6860016242e0d84f4bf183e78b3e166e2040a566 100644
|
| --- a/content/public/browser/stored_payment_instrument.h
|
| +++ b/content/public/browser/stored_payment_instrument.h
|
| @@ -20,9 +20,6 @@ struct CONTENT_EXPORT StoredPaymentInstrument {
|
| StoredPaymentInstrument();
|
| ~StoredPaymentInstrument();
|
|
|
| - // Id of the service worker registration this instrument is associated with.
|
| - int64_t registration_id = 0;
|
| -
|
| // Id of this payment instrument. This key will be passed to the payment
|
| // handler to indicate the instrument selected by the user.
|
| std::string instrument_key;
|
|
|