Chromium Code Reviews| 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)}, |
|
amp
2017/05/17 23:22:04
The namespace threw me off for a bit here, but I g
|
| #endif // OS_ANDROID |
| #endif // ENABLE_VR |
| #if defined(OS_CHROMEOS) |