| 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 c4bfb7876d14af878dc9abc17755bf7c2dd1b6b6..83a1313aeacf0d1c6ca8cabce5ed71b3bb2a7443 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -575,7 +575,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);
|
|
|