Index: chrome/browser/android/chrome_feature_list.h |
diff --git a/chrome/browser/android/chrome_feature_list.h b/chrome/browser/android/chrome_feature_list.h |
index b92752c49f8212f3d81f7824a033ec484f7b837e..d03a1f06d43baf1a02666ffc54a25485692e00c2 100644 |
--- a/chrome/browser/android/chrome_feature_list.h |
+++ b/chrome/browser/android/chrome_feature_list.h |
@@ -13,8 +13,8 @@ namespace chrome { |
namespace android { |
extern const base::Feature kAllBookmarksFeature; |
-extern const base::Feature kDownloadsUiFeature; |
extern const base::Feature kAndroidPayIntegrationV1; |
+extern const base::Feature kDownloadsUiFeature; |
extern const base::Feature kImportantSitesInCBD; |
extern const base::Feature kNTPMaterialDesign; |
extern const base::Feature kNTPOfflinePagesFeature; |
@@ -27,6 +27,7 @@ extern const base::Feature kSpecialLocaleFeature; |
extern const base::Feature kSpecialLocaleWrapper; |
extern const base::Feature kSystemDownloadManager; |
extern const base::Feature kTabReparenting; |
+extern const base::Feature kUserMediaScreenCapturing; |
bool RegisterChromeFeatureListJni(JNIEnv* env); |