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

Unified Diff: components/payments/core/features.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
« no previous file with comments | « components/payments/core/features.h ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/features.cc
diff --git a/components/payments/core/features.cc b/components/payments/core/features.cc
new file mode 100644
index 0000000000000000000000000000000000000000..183396de7bb3bf322f590c122c7fec121a0238ba
--- /dev/null
+++ b/components/payments/core/features.cc
@@ -0,0 +1,16 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/payments/core/features.h"
+
+namespace payments {
+namespace features {
+
+#if defined(OS_IOS)
+const base::Feature kWebPayments{"WebPayments",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+#endif
+
+} // namespace features
+} // namespace payments
« no previous file with comments | « components/payments/core/features.h ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698