| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 8b5aceea523d77a0520c8c7b895ff8f2cfb001fc..d70cbbbe7ab00fe62bf5cb90256e2ef1fda02ee8 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1467,7 +1467,7 @@ const Experiment kExperiments[] = {
|
| "enable-app-view",
|
| IDS_FLAGS_ENABLE_APP_VIEW_NAME,
|
| IDS_FLAGS_ENABLE_APP_VIEW_DESCRIPTION,
|
| - kOsAll,
|
| + kOsDesktop,
|
| SINGLE_VALUE_TYPE(extensions::switches::kEnableAppView)
|
| },
|
| {
|
|
|