| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 12871397de91be02e333395da36f02dfe1893ca6..3d84c1a653f45120bdc25ac4e0c9bd7123da0571 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -318,6 +318,11 @@ const char kEnableDeviceMotion[] = "enable-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 WebKit features that are in development.
|
| const char kEnableExperimentalWebKitFeatures[] =
|
| "enable-experimental-webkit-features";
|
|
|