Index: content/browser/appcache/appcache_dispatcher_host.cc |
=================================================================== |
--- content/browser/appcache/appcache_dispatcher_host.cc (revision 225900) |
+++ content/browser/appcache/appcache_dispatcher_host.cc (working copy) |
@@ -21,7 +21,6 @@ |
} |
void AppCacheDispatcherHost::OnChannelConnected(int32 peer_pid) { |
- BrowserMessageFilter::OnChannelConnected(peer_pid); |
if (appcache_service_.get()) { |
backend_impl_.Initialize( |
appcache_service_.get(), &frontend_proxy_, process_id_); |