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

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

Issue 2586203003: PaymentApp: Remove scope_url parameter from Get/SetManifest methods. (Closed)
Patch Set: rebased Created 4 years 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 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_;
« no previous file with comments | « components/payments/payment_app.mojom ('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