| 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 d9cc41e4b7ca3675ddb7c07bac3de03579d06fe5..e05c8c82d3061eb69c3a353757fd370c9f7ec3f8 100644
|
| --- a/content/browser/payments/payment_app_content_unittest_base.h
|
| +++ b/content/browser/payments/payment_app_content_unittest_base.h
|
| @@ -34,12 +34,11 @@ 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);
|
| + void UnregisterServiceWorker(const GURL& scope_url);
|
|
|
| private:
|
| std::unique_ptr<TestBrowserThreadBundle> thread_bundle_;
|
|
|