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

Unified Diff: chrome/browser/about_flags.cc

Issue 2836443002: No rate limit for canMakePayment() on localhost and file://. (Closed)
Patch Set: Comments Created 3 years, 8 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f4f0decf8735c71eedb9350cebfa794548c29965..3ed370b35b718786fea231c0bc06605bbe1aa364 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2369,10 +2369,6 @@ const FeatureEntry kFeatureEntries[] = {
{"android-payment-apps", flag_descriptions::kAndroidPaymentAppsName,
flag_descriptions::kAndroidPaymentAppsDescription, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kAndroidPaymentApps)},
- {"android-payment-apps-filter",
- flag_descriptions::kAndroidPaymentAppsFilterTitle,
- flag_descriptions::kAndroidPaymentAppsFilterDescription, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kAndroidPaymentAppsFilter)},
#endif // OS_ANDROID
#if defined(OS_CHROMEOS)
{"disable-eol-notification", flag_descriptions::kEolNotificationName,

Powered by Google App Engine
This is Rietveld 408576698