summaryrefslogtreecommitdiffstats
path: root/chrome/common/appcache/appcache_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/appcache/appcache_dispatcher.h')
-rw-r--r--chrome/common/appcache/appcache_dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/appcache/appcache_dispatcher.h b/chrome/common/appcache/appcache_dispatcher.h
index f88a38a..bec0d82 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