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

Unified Diff: ios/web/payments/payment_request.cc

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 | « no previous file | ios/web/public/payments/payment_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/payments/payment_request.cc
diff --git a/ios/web/payments/payment_request.cc b/ios/web/payments/payment_request.cc
index 788380bd90b39cadfe6b2a169e2954eec11c806d..95b4e9818a88db7141a95384a2e3062204b852bc 100644
--- a/ios/web/payments/payment_request.cc
+++ b/ios/web/payments/payment_request.cc
@@ -334,8 +334,4 @@ std::unique_ptr<base::DictionaryValue> PaymentResponse::ToDictionaryValue()
return result;
}
-void PaymentResponse::ToDictionaryValue(base::DictionaryValue* value) const {
- value->MergeDictionary(ToDictionaryValue().get());
-}
-
} // namespace web
« no previous file with comments | « no previous file | ios/web/public/payments/payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698