Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: ios/web/public/payments/payment_request.h

Issue 2333483002: Remove deprecated version of PaymentResponse::ToDictionaryValue. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/payments/payment_request.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ios/web/payments/payment_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698