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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2888203003: Add separate feature flag for VR CCT browsing. (Closed)
Patch Set: 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
« chrome/browser/about_flags.cc ('K') | « chrome/browser/flag_descriptions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 277b9c1e9ff9281979aaaaa8988a8be988123b55..cff09c4f2a8c1cd31622e8a95bdd0f3027ca0a6b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2532,6 +2532,12 @@ const char kEnableVrShellName[] = "Enable Chrome VR.";
const char kEnableVrShellDescription[] =
"Allow browsing with a VR headset if available for this device.";
+const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
+
+const char kVrCustomTabBrowsingDescription[] =
+ "Allow browsing with a VR headset in a Custom Tab if available for this "
+ "device.";
+
#endif // defined(OS_ANDROID)
// Web payments
« chrome/browser/about_flags.cc ('K') | « chrome/browser/flag_descriptions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698