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

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

Issue 2844673002: PaymentHandler: Implement PaymentInstruments.has(). (Closed)
Patch Set: PaymentHandler: Implement PaymentInstruments.has(). 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 4a115e25829dba0037356a37757a7c1848a77533..fa66185f1842da3d015bd3c45997a5b603cffafe 100644
--- a/content/browser/payments/payment_manager.h
+++ b/content/browser/payments/payment_manager.h
@@ -43,6 +43,9 @@ class CONTENT_EXPORT PaymentManager
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;
« 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