| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 84d790eabf8db891f818da53fe9f0021fc594714..73790d15b86f132d85f79b1608df6b5fd0c3aa2b 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1192,14 +1192,6 @@ void RenderViewHostImpl::DisableAutoResize(const gfx::Size& new_size) {
|
| GetWidget()->GetView()->SetSize(new_size);
|
| }
|
|
|
| -void RenderViewHostImpl::CopyImageAt(int x, int y) {
|
| - Send(new ViewMsg_CopyImageAt(GetRoutingID(), x, y));
|
| -}
|
| -
|
| -void RenderViewHostImpl::SaveImageAt(int x, int y) {
|
| - Send(new ViewMsg_SaveImageAt(GetRoutingID(), x, y));
|
| -}
|
| -
|
| void RenderViewHostImpl::ExecuteMediaPlayerActionAtLocation(
|
| const gfx::Point& location, const blink::WebMediaPlayerAction& action) {
|
| Send(new ViewMsg_MediaPlayerActionAt(GetRoutingID(), location, action));
|
|
|