| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index ffe66a946d4e569298bc32a059cd67dead276686..57041932c6f8eac33020050cd27b60a2b329cb17 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2254,6 +2254,13 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(chromeos::switches::kEnableFirewallHolePunching)
|
| },
|
| #endif // defined(OS_CHROMEOS)
|
| + {
|
| + "enable-webvr",
|
| + IDS_FLAGS_ENABLE_WEBVR_NAME,
|
| + IDS_FLAGS_ENABLE_WEBVR_DESCRIPTION,
|
| + kOsAll,
|
| + SINGLE_VALUE_TYPE(switches::kEnableWebVR)
|
| + },
|
|
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
|
|