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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 3 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: chrome/browser/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index faba550553f32ebf2948fd69b68d84837f0fcda2..d48ebc244924412faa13b8b7092590f8365320ab 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -64,6 +64,9 @@ const base::Feature* kFeaturesExposedToJava[] = {
const base::Feature kAllBookmarksFeature{"AllBookmarks",
base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kAndroidPayIntegrationV1{"AndroidPayIntegrationV1",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
const base::Feature kDownloadsUiFeature{"DownloadsUi",
base::FEATURE_DISABLED_BY_DEFAULT};
@@ -79,9 +82,6 @@ const base::Feature kNTPOfflinePagesFeature{"NTPOfflinePages",
const base::Feature kNTPFakeOmniboxTextFeature{
"NTPFakeOmniboxText", base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kAndroidPayIntegrationV1{"AndroidPayIntegrationV1",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
const base::Feature kPhysicalWebFeature{"PhysicalWeb",
base::FEATURE_ENABLED_BY_DEFAULT};
@@ -100,9 +100,11 @@ const base::Feature kSpecialLocaleFeature{"SpecialLocale",
const base::Feature kSpecialLocaleWrapper{"SpecialLocaleWrapper",
base::FEATURE_ENABLED_BY_DEFAULT};
-const base::Feature kTabReparenting {
- "TabReparenting", base::FEATURE_ENABLED_BY_DEFAULT
-};
+const base::Feature kTabReparenting{"TabReparenting",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
+const base::Feature kUserMediaScreenCapturing{
+ "UserMediaScreenCapturing", base::FEATURE_DISABLED_BY_DEFAULT};
static jboolean IsEnabled(JNIEnv* env,
const JavaParamRef<jclass>& clazz,
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/android/tab_web_contents_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698