| Index: chrome/common/resource_dispatcher.h
|
| diff --git a/chrome/common/resource_dispatcher.h b/chrome/common/resource_dispatcher.h
|
| index 823af81e658cb48f6d76ebaae36cd82528856b69..c9c4be51733ee8fa70b770d6ecbfcd9d188984a7 100644
|
| --- a/chrome/common/resource_dispatcher.h
|
| +++ b/chrome/common/resource_dispatcher.h
|
| @@ -29,7 +29,7 @@ class ResourceDispatcher : public IPC::Channel::Listener {
|
| ~ResourceDispatcher();
|
|
|
| // IPC::Channel::Listener implementation.
|
| - bool OnMessageReceived(const IPC::Message& message);
|
| + virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| // Creates a ResourceLoaderBridge for this type of dispatcher, this is so
|
| // this can be tested regardless of the ResourceLoaderBridge::Create
|
|
|