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

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

Issue 2875493003: PaymentHandler: Remove PaymentAppManifest and PaymentAppOption. (Closed)
Patch Set: global-interface-listing Created 3 years, 7 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
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,
« no previous file with comments | « content/browser/payments/payment_app_database.cc ('k') | content/browser/payments/payment_app_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698