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

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: 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 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);
please use gerrit instead 2016/12/19 20:45:59 This change seems orthogonal to your goal. Can you
zino 2016/12/20 11:08:55 I agree that the smaller patches are better but th
zino 2016/12/20 11:08:55 About flakiness unit test.. I still doubt the sta
private:
std::unique_ptr<TestBrowserThreadBundle> thread_bundle_;

Powered by Google App Engine
This is Rietveld 408576698