| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index fe4150eab0cd4dc80dca42a04aa4fb6b673d9aa3..40e932bc785fc4dc88943ca0ce2315365ade416b 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -335,11 +335,6 @@ const char kDisableDeviceMotion[] = "disable-device-motion";
|
| // Enables restarting interrupted downloads.
|
| const char kEnableDownloadResumption[] = "enable-download-resumption";
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -// Enables hardware-encoded screen capture.
|
| -const char kEnableEncodedScreenCapture[] = "enable-encoded-screen-capture";
|
| -#endif
|
| -
|
| // Enables Web Platform features that are in development.
|
| const char kEnableExperimentalWebPlatformFeatures[] =
|
| "enable-experimental-web-platform-features";
|
|
|