Index: content/browser/renderer_host/render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/render_view_host.h (revision 117246) |
+++ content/browser/renderer_host/render_view_host.h (working copy) |
@@ -73,8 +73,9 @@ |
} // namespace webkit_glue |
namespace WebKit { |
+struct WebFindOptions; |
struct WebMediaPlayerAction; |
-struct WebFindOptions; |
+struct WebPluginAction; |
} // namespace WebKit |
// NotificationObserver used to listen for EXECUTE_JAVASCRIPT_RESULT |
@@ -466,6 +467,11 @@ |
void ExecuteMediaPlayerActionAtLocation( |
const gfx::Point& location, const WebKit::WebMediaPlayerAction& action); |
+ // Tells the renderer to perform the given action on the plugin located at |
+ // the given point. |
+ void ExecutePluginActionAtLocation( |
+ const gfx::Point& location, const WebKit::WebPluginAction& action); |
+ |
// Sent to the renderer when a popup window should no longer count against |
// the current popup count (either because it's not a popup or because it was |
// a generated by a user action). |