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 39c99a20e05c24e89e9c91c591528b5178ca981a..3e4413a2784363f36add910a21b445f91c6ef0b7 100644 |
--- a/content/browser/payments/payment_app_content_unittest_base.h |
+++ b/content/browser/payments/payment_app_content_unittest_base.h |
@@ -34,14 +34,13 @@ class PaymentAppContentUnitTestBase : public testing::Test { |
PaymentAppManager* CreatePaymentAppManager(const GURL& scope_url, |
const GURL& sw_script_url); |
void SetManifest(PaymentAppManager* manager, |
- const std::string& scope, |
payments::mojom::PaymentAppManifestPtr manifest, |
const PaymentAppManager::SetManifestCallback& callback); |
void GetManifest(PaymentAppManager* manager, |
- const std::string& scope, |
const PaymentAppManager::GetManifestCallback& callback); |
payments::mojom::PaymentAppManifestPtr CreatePaymentAppManifestForTest( |
const std::string& name); |
+ void UnregisterServiceWorker(const GURL& scope_url); |
private: |
std::unique_ptr<TestBrowserThreadBundle> thread_bundle_; |