| Index: content/plugin/plugin_channel_base.h
|
| diff --git a/content/plugin/plugin_channel_base.h b/content/plugin/plugin_channel_base.h
|
| index 6621409955a5c0bd9469c4cc3663891740015d90..f7f5693e16997e719da87ac561be75b5a97e53cc 100644
|
| --- a/content/plugin/plugin_channel_base.h
|
| +++ b/content/plugin/plugin_channel_base.h
|
| @@ -128,9 +128,9 @@ class PluginChannelBase : public IPC::Channel::Listener,
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg);
|
|
|
| // IPC::Channel::Listener implementation:
|
| - virtual bool OnMessageReceived(const IPC::Message& msg);
|
| - virtual void OnChannelConnected(int32 peer_pid);
|
| - virtual void OnChannelError();
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| + virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
| + virtual void OnChannelError() OVERRIDE;
|
|
|
| void set_send_unblocking_only_during_unblock_dispatch() {
|
| send_unblocking_only_during_unblock_dispatch_ = true;
|
|
|