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

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

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
Index: content/public/common/content_features.h
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
index 5811fbbe3a8d2f0848cf1cda51e3208e8592250d..a1a1caf0b642820aa9d063cb0ec25a70ce06ed9f 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -47,6 +47,7 @@ CONTENT_EXPORT extern const base::Feature kWebUsb;
#if defined(OS_ANDROID)
CONTENT_EXPORT extern const base::Feature kAutoplayMutedVideos;
CONTENT_EXPORT extern const base::Feature kImeThread;
+CONTENT_EXPORT extern const base::Feature kPaymentRequest;
CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroid;
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698