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

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

Issue 2888203003: Add separate feature flag for VR CCT browsing. (Closed)
Patch Set: Add histogram enums + add matching buildflags for descriptions. Created 3 years, 7 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 | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f9c5b8f4a916265161558195c4dee51e2ff3e7c0..3a87473e730f0a81f52cfee03e711f56be007786 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -81,6 +81,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kSpecialLocaleWrapper,
&kTabReparenting,
&kVideoPersistence,
+ &kVrCustomTabBrowsing,
&kWebPaymentsModifiers,
&kWebPaymentsSingleAppUiSkip,
&kWebVRCardboardSupport,
@@ -225,6 +226,9 @@ const base::Feature kUserMediaScreenCapturing{
const base::Feature kVideoPersistence{"VideoPersistence",
base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kVrCustomTabBrowsing{"VrCustomTabBrowsing",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kWebPaymentsModifiers{"WebPaymentsModifiers",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698