Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 114593) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -127,6 +127,7 @@ |
struct WebFileChooserParams; |
struct WebFindOptions; |
struct WebMediaPlayerAction; |
+struct WebPluginAction; |
struct WebPoint; |
struct WebWindowFeatures; |
} |
@@ -798,6 +799,7 @@ |
void OnLockMouseACK(bool succeeded); |
void OnMediaPlayerActionAt(const gfx::Point& location, |
const WebKit::WebMediaPlayerAction& action); |
+ void OnPluginAction(const WebKit::WebPluginAction& action); |
void OnMouseLockLost(); |
void OnMoveOrResizeStarted(); |
CONTENT_EXPORT void OnNavigate(const ViewMsg_Navigate_Params& params); |