| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 55530)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -481,6 +481,8 @@
|
| virtual void NotifyRendererUnresponsive();
|
| virtual void NotifyRendererResponsive();
|
| virtual void OnMsgFocusedNodeChanged();
|
| + virtual void OnMsgFocus();
|
| + virtual void OnMsgBlur();
|
|
|
| // IPC message handlers.
|
| void OnMsgShowView(int route_id,
|
|
|