| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index dd8a2e27bb8ec63fa83f773cc4cfc866f07e4d9f..ab82b2c6384e0849bc6def2d388977e703f1a528 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2763,12 +2763,6 @@ const FeatureEntry kFeatureEntries[] = {
|
| #endif // defined(OS_WIN)
|
|
|
| #if defined(OS_CHROMEOS)
|
| - {"show-arc-files-app", flag_descriptions::kShowArcFilesAppName,
|
| - flag_descriptions::kShowArcFilesAppDescription, kOsCrOS,
|
| - FEATURE_VALUE_TYPE(arc::kShowArcFilesAppFeature)},
|
| -#endif // defined(OS_CHROMEOS)
|
| -
|
| -#if defined(OS_CHROMEOS)
|
| {"force-enable-stylus-tools",
|
| flag_descriptions::kForceEnableStylusToolsName,
|
| flag_descriptions::kForceEnableStylusToolsDescription, kOsCrOS,
|
|
|