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

Unified Diff: content/browser/renderer_host/render_process_host_impl.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: alpha ordering as per jam 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 | « chrome/browser/about_flags.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 61b813a2174edb0f8aa67597de2d7f6fa4dc9695..f8fa2e6830fbb122ae12e40946320f1226e8fbdf 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -752,6 +752,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableSpeechInput,
switches::kEnableScriptedSpeech,
switches::kDisableThreadedAnimation,
+ switches::kDisableVideoTrack,
#if defined(OS_ANDROID)
switches::kEnableWebAudio,
#else
@@ -791,7 +792,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableThreadedCompositing,
switches::kDisableThreadedCompositing,
switches::kEnableTouchEvents,
- switches::kEnableVideoTrack,
switches::kEnableViewport,
switches::kForceDeviceScaleFactor,
switches::kFullMemoryCrashReport,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698