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

Unified Diff: content/browser/payments/payment_app_content_unittest_base.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_content_unittest_base.h
diff --git a/content/browser/payments/payment_app_content_unittest_base.h b/content/browser/payments/payment_app_content_unittest_base.h
index 64d3479676a0696789b56ea03c46fdd9a8c58511..3204ba56c85f68b3f9e43047c45caa78d274c106 100644
--- a/content/browser/payments/payment_app_content_unittest_base.h
+++ b/content/browser/payments/payment_app_content_unittest_base.h
@@ -31,13 +31,6 @@ class PaymentAppContentUnitTestBase : public testing::Test {
BrowserContext* browser_context();
PaymentManager* CreatePaymentManager(const GURL& scope_url,
const GURL& sw_script_url);
- void SetManifest(PaymentManager* manager,
- payments::mojom::PaymentAppManifestPtr manifest,
- PaymentManager::SetManifestCallback callback);
- void GetManifest(PaymentManager* manager,
- PaymentManager::GetManifestCallback callback);
- payments::mojom::PaymentAppManifestPtr CreatePaymentAppManifestForTest(
- const std::string& name);
void UnregisterServiceWorker(const GURL& scope_url);
void ResetPaymentAppInvoked() const;
« no previous file with comments | « content/browser/payments/payment_app.proto ('k') | content/browser/payments/payment_app_content_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698