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

Unified Diff: chrome/browser/about_flags.cc

Issue 2873843002: Support autopresenting WebVr content. (Closed)
Patch Set: rebase 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 4fcef3e172e5916ccc4f5a83a2662d73b0dcc199..6ec24dfc7d1567d2917c1f991665024fc115d301 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2015,6 +2015,9 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kVrCustomTabBrowsingName,
flag_descriptions::kVrCustomTabBrowsingDescription, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kVrCustomTabBrowsing)},
+ {"enable-webvr-autopresent", flag_descriptions::kWebVrAutopresentName,
+ flag_descriptions::kWebVrAutopresentDescription, kOsAndroid,
+ FEATURE_VALUE_TYPE(chrome::android::kWebVrAutopresent)},
#endif // OS_ANDROID
#endif // ENABLE_VR
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698