| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 8472b66b76d3af53fbd4345a3b0d90311a8a1ee6..71b8367a422314ed9792be33bd4bf3038ecacaf6 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1185,13 +1185,6 @@ const Experiment kExperiments[] = {
|
| MULTI_VALUE_TYPE(kEnableSyncAppListChoices)
|
| },
|
| #endif
|
| - {
|
| - "enable-usermedia-screen-capture",
|
| - IDS_FLAGS_ENABLE_SCREEN_CAPTURE_NAME,
|
| - IDS_FLAGS_ENABLE_SCREEN_CAPTURE_DESCRIPTION,
|
| - kOsDesktop,
|
| - SINGLE_VALUE_TYPE(switches::kEnableUserMediaScreenCapturing)
|
| - },
|
| #if defined(OS_MACOSX)
|
| {
|
| "enable-avfoundation",
|
|
|