Index: content/plugin/plugin_channel.h |
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h |
index d2d7f0b22cb67cf34bcecd7f5b5d41cf470df72c..c8665d9c5232bd2b20bb82025b63d32e1789e772 100644 |
--- a/content/plugin/plugin_channel.h |
+++ b/content/plugin/plugin_channel.h |
@@ -43,7 +43,8 @@ class PluginChannel : public NPChannelBase { |
// Returns the event that's set when a call to the renderer causes a modal |
// dialog to come up. |
- base::WaitableEvent* GetModalDialogEvent(gfx::NativeViewId containing_window); |
+ virtual base::WaitableEvent* GetModalDialogEvent( |
+ gfx::NativeViewId containing_window); |
bool in_send() { return in_send_ != 0; } |