| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 1ac40fc174eac12df90cd88a700cb4e831782afc..e7dc0a7ed87fdfb5d1980fbc852081eff54f133d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -501,7 +501,6 @@ const Experiment kExperiments[] = {
|
| kOsWin,
|
| SINGLE_VALUE_TYPE(switches::kEnableTabGroupsContextMenu)
|
| },
|
| -#if defined(OS_CHROMEOS)
|
| {
|
| "enable-instant-extended-api",
|
| IDS_FLAGS_ENABLE_INSTANT_EXTENDED_API,
|
| @@ -509,7 +508,6 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableInstantExtendedAPI)
|
| },
|
| -#endif
|
| {
|
| "static-ip-config",
|
| IDS_FLAGS_STATIC_IP_CONFIG_NAME,
|
|
|