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

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: PaymentApp: Remove scope_url parameter from Get/SetManifest methods. 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 213e02129c76fe9a7ac4d280c59c19ef344efe12..8210d72f2000f0c7009753ab7908eed1cbbb69a9 100644
--- a/content/browser/payments/payment_app_context_impl_unittest.cc
+++ b/content/browser/payments/payment_app_context_impl_unittest.cc
@@ -67,7 +67,7 @@ class PaymentAppContextTest : public PaymentAppContentUnitTestBase {
payments::mojom::PaymentAppManifestError error = payments::mojom::
PaymentAppManifestError::MANIFEST_STORAGE_OPERATION_FAILED;
bool called = false;
- SetManifest(manager, scope_url.spec(), std::move(manifest),
+ SetManifest(manager, std::move(manifest),
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