| Index: ios/web/public/payments/payment_request.h
|
| diff --git a/ios/web/public/payments/payment_request.h b/ios/web/public/payments/payment_request.h
|
| index 558350840a52a09f0340aed74b8c7d556415578c..177cb39dc8ff9277b27440f960b9fcf76d4d9e6f 100644
|
| --- a/ios/web/public/payments/payment_request.h
|
| +++ b/ios/web/public/payments/payment_request.h
|
| @@ -315,9 +315,6 @@ class PaymentResponse {
|
| // Populates |value| with the properties of this PaymentResponse.
|
| std::unique_ptr<base::DictionaryValue> ToDictionaryValue() const;
|
|
|
| - // TODO(jdonnelly): Remove this after removing downstream use.
|
| - void ToDictionaryValue(base::DictionaryValue* value) const;
|
| -
|
| // The payment method identifier for the payment method that the user selected
|
| // to fulfil the transaction.
|
| base::string16 method_name;
|
|
|