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

Unified Diff: content/browser/payments/payment_manager.h

Issue 2858773002: Revert of PaymentHandler: Implement PaymentInstruments.keys(). (Closed)
Patch Set: Created 3 years, 8 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 | « content/browser/payments/payment_app_database.cc ('k') | content/browser/payments/payment_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/payments/payment_manager.h
diff --git a/content/browser/payments/payment_manager.h b/content/browser/payments/payment_manager.h
index b0aa75b2c46964afeb13f9e53cdaf34dadceaeed..fa66185f1842da3d015bd3c45997a5b603cffafe 100644
--- a/content/browser/payments/payment_manager.h
+++ b/content/browser/payments/payment_manager.h
@@ -39,18 +39,16 @@
void DeletePaymentInstrument(
const std::string& instrument_key,
const DeletePaymentInstrumentCallback& callback) override;
- void GetPaymentInstrument(
- const std::string& instrument_key,
- const GetPaymentInstrumentCallback& callback) override;
- void KeysOfPaymentInstruments(
- const KeysOfPaymentInstrumentsCallback& callback) override;
- void HasPaymentInstrument(
- const std::string& instrument_key,
- const HasPaymentInstrumentCallback& callback) override;
void SetPaymentInstrument(
const std::string& instrument_key,
payments::mojom::PaymentInstrumentPtr details,
const SetPaymentInstrumentCallback& callback) override;
+ void HasPaymentInstrument(
+ const std::string& instrument_key,
+ const HasPaymentInstrumentCallback& callback) override;
+ void GetPaymentInstrument(
+ const std::string& instrument_key,
+ const GetPaymentInstrumentCallback& callback) override;
// Called when an error is detected on binding_.
void OnConnectionError();
« no previous file with comments | « content/browser/payments/payment_app_database.cc ('k') | content/browser/payments/payment_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698