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

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: disable instead of enable 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698