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

Unified Diff: content/browser/payments/payment_app_context_impl_unittest.cc

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_context_impl_unittest.cc
diff --git a/content/browser/payments/payment_app_context_impl_unittest.cc b/content/browser/payments/payment_app_context_impl_unittest.cc
index 99bde5c7e3b9748e2234e0d3dcef68592f191334..0a765089f0772e5de8f38120ea1253e11b32476a 100644
--- a/content/browser/payments/payment_app_context_impl_unittest.cc
+++ b/content/browser/payments/payment_app_context_impl_unittest.cc
@@ -57,8 +57,7 @@ class PaymentAppContextTest : public PaymentAppContentUnitTestBase {
PaymentAppManifestError error =
PaymentAppManifestError::MANIFEST_STORAGE_OPERATION_FAILED;
bool called = false;
- SetManifest(manager, scope_url.spec(),
- CreatePaymentAppManifestForTest(scope_url.spec()),
+ SetManifest(manager, CreatePaymentAppManifestForTest(scope_url.spec()),
base::Bind(&SetManifestCallback, &called, &error));
ASSERT_TRUE(called);
« no previous file with comments | « content/browser/payments/payment_app_content_unittest_base.cc ('k') | content/browser/payments/payment_app_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698