| Index: chrome/common/appcache/appcache_dispatcher.h
|
| diff --git a/chrome/common/appcache/appcache_dispatcher.h b/chrome/common/appcache/appcache_dispatcher.h
|
| index f88a38a790b5fb1f49bf6e76a1eb2da8381b0d68..bec0d827a43311c77b5d816515e838bed0c89f64 100644
|
| --- a/chrome/common/appcache/appcache_dispatcher.h
|
| +++ b/chrome/common/appcache/appcache_dispatcher.h
|
| @@ -24,7 +24,7 @@ class AppCacheDispatcher : public IPC::Channel::Listener {
|
| AppCacheBackendProxy* backend_proxy() { return &backend_proxy_; }
|
|
|
| // IPC::Channel::Listener implementation
|
| - bool OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| private:
|
| // Ipc message handlers
|
|
|