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

Unified Diff: content/public/common/content_features.cc

Issue 2145793002: Enable PaymentRequest on Android by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 31d7aefcd42a438a13aaf29edcb7ea011fb83365..25e78304c5a0254b64bb93a238348e0035665b47 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -151,6 +151,10 @@ const base::Feature kAutoplayMutedVideos{"AutoplayMutedVideos",
// with Blink data.
const base::Feature kImeThread{"ImeThread", base::FEATURE_DISABLED_BY_DEFAULT};
+// Web payments API.
+const base::Feature kPaymentRequest{"PaymentRequest",
nasko 2016/07/18 23:37:42 "Web payments API" seems a bit far off from "Payme
please use gerrit instead 2016/07/19 00:23:23 Changed to kWebPayments.
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
// FeatureList definition for the Seccomp field trial.
const base::Feature kSeccompSandboxAndroid{"SeccompSandboxAndroid",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698