summaryrefslogtreecommitdiff
path: root/chromium/components/payments/content/manifest_verifier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/payments/content/manifest_verifier.cc')
-rw-r--r--chromium/components/payments/content/manifest_verifier.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/components/payments/content/manifest_verifier.cc b/chromium/components/payments/content/manifest_verifier.cc
index 112607b1294..9529b48a2e2 100644
--- a/chromium/components/payments/content/manifest_verifier.cc
+++ b/chromium/components/payments/content/manifest_verifier.cc
@@ -280,8 +280,7 @@ void ManifestVerifier::RemoveInvalidPaymentApps() {
method.GetOrigin().spec() +
"\" and the \"supported_origins\" field in the payment method "
"manifest for \"" +
- method.spec() +
- "\" is not \"*\" and is not a list that includes \"" +
+ method.spec() + "\" is not a list that includes \"" +
app_origin + "\".");
}
}