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

Unified Diff: components/payments_strings.grdp

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Fix duplicate resource identifier. Created 3 years, 9 months 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: components/payments_strings.grdp
diff --git a/components/payments_strings.grdp b/components/payments_strings.grdp
index 671e5c99b68ec42a4287d79c5cd058bf71302303..61091bdd9698fadaa074d4ff54388c3f577def9d 100644
--- a/components/payments_strings.grdp
+++ b/components/payments_strings.grdp
@@ -249,10 +249,10 @@
Unable to launch payment app.
</message>
- <if expr="is_android">
- <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing manifest files.">
- Manifest Parser
+ <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing manifest files.">
+ Manifest Parser
Mathieu 2017/03/21 20:18:12 Payment Manifest Parser? If I saw "Manifest Parser
please use gerrit instead 2017/03/21 20:34:52 Done.
</message>
+ <if expr="is_android">
<message name="IDS_EXTERNAL_PAYMENT_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialog text warning the user that incognito mode does not conitnue into external payment apps." formatter_data="android_java">
Leaving incognito mode to pay via an external application. Continue?
</message>

Powered by Google App Engine
This is Rietveld 408576698