Chromium Code Reviews| 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 571512b0c30de7e100b03d3b9e1b1379fd18212f..63366e562ef9cf87f853e0636fd5b4a0a33e926c 100644 |
| --- a/content/browser/renderer_host/render_view_host_impl.h |
| +++ b/content/browser/renderer_host/render_view_host_impl.h |
| @@ -574,6 +574,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
| void OnDomOperationResponse(const std::string& json_string, |
| int automation_id); |
| void OnFrameTreeUpdated(const std::string& frame_tree); |
| + void OnMsgGetWindowSnapshot(const int id); |
|
jam
2012/11/09 02:21:29
just OnGetWindowSnapshot is good enough (I realize
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID) |
| void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params); |