| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6db3e8db0b5493363745db1fb21f0bcccef6cb64..80dc271a7513a1b3beb433571ca0cd454849ab98 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -304,8 +304,8 @@ const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
|
| // builds.
|
| const char kEnableLogging[] = "enable-logging";
|
|
|
| -// Enables Media Source API on <audio>/<video> elements.
|
| -const char kEnableMediaSource[] = "enable-media-source";
|
| +// Disable Media Source API on <audio>/<video> elements.
|
| +const char kDisableMediaSource[] = "disable-media-source";
|
|
|
| // On Windows, converts the page to the currently-installed monitor profile.
|
| // This does NOT enable color management for images. The source is still
|
|
|