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

Unified Diff: ios/chrome/browser/ios_chrome_flag_descriptions.cc

Issue 2967273002: [Payments] Add an entry for Payment Request to chrome://flags on iOS (Closed)
Patch Set: deps fix Created 3 years, 5 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: ios/chrome/browser/ios_chrome_flag_descriptions.cc
diff --git a/ios/chrome/browser/ios_chrome_flag_descriptions.cc b/ios/chrome/browser/ios_chrome_flag_descriptions.cc
index 3e495df6a22593690cbace2aa3f695f0f02a1f9c..ce25eb223dd8382e043300c1c3181c3e2f240207 100644
--- a/ios/chrome/browser/ios_chrome_flag_descriptions.cc
+++ b/ios/chrome/browser/ios_chrome_flag_descriptions.cc
@@ -38,4 +38,9 @@ const char kMarkHttpAsNonSecureWhileIncognito[] =
const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
"Warn on HTTP while in Incognito mode or after editing forms";
+const char kWebPaymentsName[] = "Web Payments";
+
+const char kWebPaymentsDescription[] =
+ "Enable Payment Request API integration, a JavaScript API for merchants.";
+
} // namespace flag_descriptions
« no previous file with comments | « ios/chrome/browser/ios_chrome_flag_descriptions.h ('k') | ios/chrome/browser/resources/Settings.bundle/Experimental.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698