| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 6dbdbb107ceadf21126e1f73a0104621d9a4861a..63bffc0ba0f480380ba932e61981f23c00f39795 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -731,6 +731,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void OnContextMenuClosed(const CustomContextMenuContext& custom_context);
|
| void OnCustomContextMenuAction(const CustomContextMenuContext& custom_context,
|
| unsigned action);
|
| + void OnClickFocusedElement();
|
| void OnUndo();
|
| void OnRedo();
|
| void OnCut();
|
|
|