Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 2f32cd6364c3966a701fada1da15f56dd98838e6..bdb7c8d27a2326869ffa3c327838c1561e8f1e0c 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -378,9 +378,8 @@ const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; |
| const char kDisableAcceleratedVideoDecode[] = |
| "disable-accelerated-video-decode"; |
| -// Enables support for video tracks. Current implementation is |
| -// incomplete and this flag is used for development and testing. |
| -const char kEnableVideoTrack[] = "enable-video-track"; |
| +// Disables video text tracks. |
| +const char kDisableVideoTrack[] = "disable-video-track"; |
|
jam
2012/08/28 07:11:56
nit: spacing to match above
annacc
2012/08/28 16:50:40
Done.
|
| // Enables the use of the viewport meta tag, which allows |
| // pages to control aspects of their own layout. This also turns on touch-screen |