Index: content/browser/payments/payment_app_provider_impl.h |
diff --git a/content/browser/payments/payment_app_provider_impl.h b/content/browser/payments/payment_app_provider_impl.h |
index 1de4b9453d5ed8263c50e2675a27a856178a9a1b..6daeee996122de1db4246bdbb86bd7013e4f62ea 100644 |
--- a/content/browser/payments/payment_app_provider_impl.h |
+++ b/content/browser/payments/payment_app_provider_impl.h |
@@ -18,8 +18,6 @@ class CONTENT_EXPORT PaymentAppProviderImpl : public PaymentAppProvider { |
// PaymentAppProvider implementation: |
// Should be accessed only on the UI thread. |
- void GetAllManifests(BrowserContext* browser_context, |
- const GetAllManifestsCallback& callback) override; |
void GetAllPaymentApps(BrowserContext* browser_context, |
GetAllPaymentAppsCallback callback) override; |
void InvokePaymentApp(BrowserContext* browser_context, |