| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 70859)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -326,6 +326,12 @@
|
| void MediaPlayerActionAt(const gfx::Point& location,
|
| const WebKit::WebMediaPlayerAction& action);
|
|
|
| + // Notifies the renderer that the context menu has closed.
|
| + void ContextMenuClosed();
|
| +
|
| + // Prints the node that's under the context menu.
|
| + void PrintNodeUnderContextMenu();
|
| +
|
| // Copies the image at the specified point.
|
| void CopyImageAt(int x, int y);
|
|
|
|
|