| 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)
|
|
|