| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 3f969f5d283c970e6094cd0e80d17f46506bbb6a..662abf8644af3cdec015ae3698b64686417b8917 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -232,6 +232,9 @@ const base::Feature kImeThread{"ImeThread", base::FEATURE_ENABLED_BY_DEFAULT};
|
| const base::Feature kSeccompSandboxAndroid{"SeccompSandboxAndroid",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables VR UI.
|
| +const base::Feature kVrShell{"VrShell", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // The JavaScript API for payments on the web.
|
| const base::Feature kWebPayments{"WebPayments",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|