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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 189123003: Remove deprecated media switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 9 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 80d37be2840e774cf57bf6f455e4763a90acb629..48ab776bd9b0ab6f8fd1b7417a9b44441573d85a 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -971,7 +971,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableAcceleratedScrollableFrames,
switches::kDisableAcceleratedVideoDecode,
switches::kDisableApplicationCache,
- switches::kDisableAudio,
switches::kDisableBreakpad,
switches::kDisableCompositedScrollingForFrames,
switches::kDisableCompositingForFixedPosition,
@@ -989,7 +988,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableLayerSquashing,
switches::kDisableLocalStorage,
switches::kDisableLogging,
- switches::kDisableOpusPlayback,
switches::kDisableOverlayScrollbar,
switches::kDisablePinch,
switches::kDisablePrefixedEncryptedMedia,
@@ -1004,7 +1002,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableTouchEditing,
switches::kDisableUniversalAcceleratedOverflowScroll,
switches::kDisableUnprefixedMediaSource,
- switches::kDisableVp8AlphaPlayback,
switches::kDisableWebKitMediaSource,
switches::kDomAutomationController,
switches::kEnableAcceleratedFixedRootBackground,
« 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