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

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

Issue 10825161: Reenable render_process_host filters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | 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 36216eb9597da7a0cedad54a7f25264fe53fa68c..0c220a02c8eac8052c6497ead716d2097ed8d637 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -522,9 +522,6 @@ void RenderProcessHostImpl::CreateMessageFilters() {
new RendererURLRequestContextSelector(browser_context, GetID()));
channel_->AddFilter(resource_message_filter);
-#if !defined(OS_ANDROID)
- // TODO(dtrainor, klobag): Enable this when BrowserMainLoop gets
- // included in Android builds. Tracked via 115941.
media::AudioManager* audio_manager = BrowserMainLoop::GetAudioManager();
media_stream::MediaStreamManager* media_stream_manager =
BrowserMainLoop::GetMediaStreamManager();
@@ -532,7 +529,6 @@ void RenderProcessHostImpl::CreateMessageFilters() {
media_stream_manager));
channel_->AddFilter(new AudioRendererHost(audio_manager, media_observer));
channel_->AddFilter(new VideoCaptureHost());
-#endif
channel_->AddFilter(new AppCacheDispatcherHost(
static_cast<ChromeAppCacheService*>(
BrowserContext::GetAppCacheService(browser_context)),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698