| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 12f529d18f45d5820e9c965b3002a87b6557ff69..efc33b195e424116fce3a42fcca0ac52e31cc93f 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1524,7 +1524,7 @@ const Experiment kExperiments[] = {
|
| "apps-use-native-frame",
|
| IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_NAME,
|
| IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_DESCRIPTION,
|
| - kOsMac | kOsWin,
|
| + kOsMac,
|
| SINGLE_VALUE_TYPE(switches::kAppsUseNativeFrame)
|
| },
|
| {
|
|
|