Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: content/renderer/render_view_impl.h

Issue 9045007: Allow plugins to participate in Chrome context menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698