| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 7fdf402aa8e692e845386a005763219c7e1d6b38..2d6d0d42b16e5f76a97686e2973c03c9f2081a84 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -473,7 +473,7 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableGamepad)
|
| },
|
| -#if defined(USE_AURA)
|
| +#if defined(AURA_SHOW_ABOUT_FLAG_WINDOW_MODE)
|
| // TODO(jamescook): Enable this for all ChromeOS builds when we're sure
|
| // Aura laptop mode performance and feature set match traditional non-Aura
|
| // builds.
|
|
|