| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 903027d5787746bd5ba39b15054e306ee7672de3..6f3ccf09a2ebcd44671487265eeb1686e3a6cc03 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -474,6 +474,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnMsgSelectionBoundsChanged(const gfx::Rect& start_rect,
|
| const gfx::Rect& end_rect);
|
| void OnMsgPasteFromSelectionClipboard();
|
| + void OnMsgRouteCloseEvent();
|
| void OnMsgRunJavaScriptMessage(const string16& message,
|
| const string16& default_prompt,
|
| const GURL& frame_url,
|
|
|