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

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: 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 4f433f5c009ab04f49326e94089c4fdea45fd45b..68defef5ccc361dc6a6f0a7d8a1963e5571d9492 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);

Powered by Google App Engine
This is Rietveld 408576698