| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index a5bca1112ab8a58151493a6cb23cc0fb8e4ca296..52208be39f4570f281ef31309dbd8409911eaa15 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -399,15 +399,6 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableExtensionAlerts)
|
| },
|
| -#if defined(OS_CHROMEOS)
|
| - {
|
| - "enable-photo-editor",
|
| - IDS_FLAGS_ENABLE_PHOTO_EDITOR_NAME,
|
| - IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION,
|
| - kOsCrOS,
|
| - SINGLE_VALUE_TYPE(switches::kEnablePhotoEditor)
|
| - },
|
| -#endif
|
| {
|
| "enable-media-source",
|
| IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME,
|
|
|