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

Unified Diff: chrome/browser/media/chrome_webrtc_browsertest.cc

Issue 24514003: Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. This allows us to hide … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 3 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: chrome/browser/media/chrome_webrtc_browsertest.cc
===================================================================
--- chrome/browser/media/chrome_webrtc_browsertest.cc (revision 225900)
+++ chrome/browser/media/chrome_webrtc_browsertest.cc (working copy)
@@ -457,7 +457,7 @@
// 2. When the filter goes away post a task on the file thread to signal the
// event.
base::WaitableEvent ipc_channel_closed(false, false);
- left_tab->GetRenderProcessHost()->GetChannel()->AddFilter(
+ left_tab->GetRenderProcessHost()->AddFilter(
new BrowserMessageFilter(base::Bind(
&base::WaitableEvent::Signal,
base::Unretained(&ipc_channel_closed))));
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/nacl_host/nacl_host_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698