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..10a5761f48fb5794aed9706bd04df5bf62a8a6c2 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -380,7 +380,7 @@ const char kDisableAcceleratedVideoDecode[] = |
| // Enables support for video tracks. Current implementation is |
|
scherkus (not reviewing)
2012/08/28 00:32:55
update comment
are we still incomplete? :)
annacc
2012/08/28 04:08:12
Heh. Thanks
|
| // incomplete and this flag is used for development and testing. |
| -const char kEnableVideoTrack[] = "enable-video-track"; |
| +const char kDisableVideoTrack[] = "disable-video-track"; |
| // Enables the use of the viewport meta tag, which allows |
| // pages to control aspects of their own layout. This also turns on touch-screen |