Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1448)

Unified Diff: content/public/common/content_switches.cc

Issue 10879089: Turn track on by default (switch --enable-video-track flag to --disable-video-track) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated comment Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698