| Index: content/browser/appcache/appcache_dispatcher_host.h
|
| diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
|
| index 4ddb23685ff94def3772df7763f80ebb9c2f96cc..51461a2d2b9de2fc54c64c101fdab5c39c40eb5e 100644
|
| --- a/content/browser/appcache/appcache_dispatcher_host.h
|
| +++ b/content/browser/appcache/appcache_dispatcher_host.h
|
| @@ -27,7 +27,7 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
|
| int process_id);
|
|
|
| // BrowserIOMessageFilter implementation
|
| - virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
| + virtual void OnSenderConnected() OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| protected:
|
|
|