| 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 64a0f8eade010a057fc26c27bb159cc6fef48981..838b3ead36047d853951e148ae6efe58b40afadc 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -574,7 +574,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);
|
|
|