Index: chrome/browser/plugin_process_host.h |
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h |
index 3857c737e431e23ba18d6648c2a8beb5dab513cf..ac5b326a7424e3f0ce5482e87d2adfd38b551a5b 100644 |
--- a/chrome/browser/plugin_process_host.h |
+++ b/chrome/browser/plugin_process_host.h |
@@ -66,7 +66,7 @@ class PluginProcessHost : public BrowserChildProcessHost, |
bool Init(const WebPluginInfo& info, const std::string& locale); |
// Force the plugin process to shutdown (cleanly). |
- void ForceShutdown(); |
+ virtual void ForceShutdown(); |
virtual void OnMessageReceived(const IPC::Message& msg); |
virtual void OnChannelConnected(int32 peer_pid); |