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 0364894a1c25e26dc71b2485af9db32fbea1ddd4..54f6f6a765bea32071d25ba318a62fc74f18b03d 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -583,7 +583,6 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnDidAccessInitialDocument(); |
void OnDomOperationResponse(const std::string& json_string, |
int automation_id); |
- void OnGetWindowSnapshot(const int snapshot_id); |
#if defined(OS_MACOSX) || defined(OS_ANDROID) |
void OnShowPopup(const ViewHostMsg_ShowPopup_Params& params); |