Index: content/plugin/plugin_thread.cc |
=================================================================== |
--- content/plugin/plugin_thread.cc (revision 181789) |
+++ content/plugin/plugin_thread.cc (working copy) |
@@ -51,7 +51,7 @@ |
virtual ~EnsureTerminateMessageFilter() {} |
// IPC::ChannelProxy::MessageFilter: |
- virtual void OnChannelError() { |
+ virtual void OnChannelError() OVERRIDE { |
// How long we wait before forcibly shutting down the process. |
const base::TimeDelta kPluginProcessTerminateTimeout = |
base::TimeDelta::FromSeconds(3); |