Index: content/shell/browser/shell_content_browser_client.cc |
=================================================================== |
--- content/shell/browser/shell_content_browser_client.cc (revision 225900) |
+++ content/shell/browser/shell_content_browser_client.cc (working copy) |
@@ -79,7 +79,7 @@ |
RenderProcessHost* host) { |
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) |
return; |
- host->GetChannel()->AddFilter(new ShellMessageFilter( |
+ host->AddFilter(new ShellMessageFilter( |
host->GetID(), |
BrowserContext::GetDefaultStoragePartition(browser_context()) |
->GetDatabaseTracker(), |