Index: content/browser/payments/payment_app_database.h |
diff --git a/content/browser/payments/payment_app_database.h b/content/browser/payments/payment_app_database.h |
index dce398811ab3b1b8d776766db97f09833052fdc9..001685034d7bb140a3a1953d63260395ea64e689 100644 |
--- a/content/browser/payments/payment_app_database.h |
+++ b/content/browser/payments/payment_app_database.h |
@@ -114,9 +114,7 @@ class CONTENT_EXPORT PaymentAppDatabase { |
HasPaymentInstrumentCallback callback, |
ServiceWorkerStatusCode status, |
scoped_refptr<ServiceWorkerRegistration> registration); |
- void DidHasPaymentInstrument(int64_t registration_id, |
- const std::string& instrument_key, |
- DeletePaymentInstrumentCallback callback, |
+ void DidHasPaymentInstrument(DeletePaymentInstrumentCallback callback, |
const std::vector<std::string>& data, |
ServiceWorkerStatusCode status); |