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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 317066e78901a9d9c2c4c96d7c6953a6e50bfa2c..4f3e72e46b6d5d10ff9d8945654ffcfd817c490c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2011,6 +2011,10 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-vr-shell", flag_descriptions::kEnableVrShellName,
flag_descriptions::kEnableVrShellDescription, kOsAndroid,
FEATURE_VALUE_TYPE(features::kVrShell)},
+ {"enable-vr-custom-tab-browsing",
+ flag_descriptions::kVrCustomTabBrowsingName,
+ flag_descriptions::kVrCustomTabBrowsingDescription, kOsAndroid,
+ FEATURE_VALUE_TYPE(chrome::android::kVrCustomTabBrowsing)},
#endif // OS_ANDROID
#endif // ENABLE_VR
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698