Chromium Code Reviews| Index: chrome/browser/renderer_host/render_view_host.h |
| =================================================================== |
| --- chrome/browser/renderer_host/render_view_host.h (revision 26504) |
| +++ chrome/browser/renderer_host/render_view_host.h (working copy) |
| @@ -451,6 +451,7 @@ |
| virtual void OnUserGesture(); |
| virtual void NotifyRendererUnresponsive(); |
| virtual void NotifyRendererResponsive(); |
| + virtual void OnMsgFocusedNodeChanged(); |
| // IPC message handlers. |
| void OnMsgShowView(int route_id, |