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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2074553002: Flag to disable Android Pay v1 integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Combine 2 android blocks Created 4 years, 6 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bc0380532c58ad283aa8e26d6e19d456bbad36a5..c6fc2b2775d6099ae5195a7d73bd6fe386c6b6c3 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15032,6 +15032,16 @@ read aloud to screenreader users to announce that a completion is available.">
Enable VR shell if available for this device.
</message>
</if>
+
+ <!-- PaymentRequest -->
+ <if expr="is_android">
+ <message name="IDS_FLAGS_ENABLE_ANDROID_PAY_INTEGRATION_V1_NAME" desc="Name of the flag to enable the first version of Android Pay integration">
+ Enable Android Pay v1
+ </message>
+ <message name="IDS_FLAGS_ENABLE_ANDROID_PAY_INTEGRATION_V1_DESCRIPTION" desc="Description for the flag to enable the first version of Android Pay integration">
+ Enable integration with Android Pay using the first version of the API
+ </message>
+ </if>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698