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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2437593007: [Payments] Field trial and flag to abort payment request if no card. (Closed)
Patch Set: Rebase Created 4 years, 2 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: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 20df91f63bb63f6afdcb42169233f13709fdcc51..f090f52029d61d96583c449cb7bc6e4a757240b6 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1034,6 +1034,21 @@
]
}
],
+ "NoCreditCardAbort": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "NoCreditCardAbort"
+ ]
+ }
+ ]
+ }
+ ],
"NonValidatingReloadOnNormalReload": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698