| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 565471424e198d3e4688eb9001681a4d98680eab..01154ac1b1cd794b92aafb1739469ff948d71bc3 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -263,10 +263,6 @@ const char kEnableTouchEvents[] = "enable-touch-events";
|
| // incomplete and this flag is used for development and testing.
|
| const char kEnableVideoFullscreen[] = "enable-video-fullscreen";
|
|
|
| -// Enables video logging where video elements log playback performance data to
|
| -// the debug log.
|
| -const char kEnableVideoLogging[] = "enable-video-logging";
|
| -
|
| // Enables support for video tracks. Current implementation is
|
| // incomplete and this flag is used for development and testing.
|
| const char kEnableVideoTrack[] = "enable-video-track";
|
|
|