| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index bcdb2e3309e80302ce51c3481cb58a3f65726561..5976eec106ca7895723239f52edef8a0e3b596e5 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -105,16 +105,6 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
|
| // threshold.
|
| virtual void DisableScrollbarsForThreshold(const gfx::Size& size) = 0;
|
|
|
| - // Notifies the renderer that a a drag operation that it started has ended,
|
| - // either in a drop or by being cancelled.
|
| - virtual void DragSourceEndedAt(
|
| - int client_x, int client_y, int screen_x, int screen_y,
|
| - blink::WebDragOperation operation) = 0;
|
| -
|
| - // Notifies the renderer that we're done with the drag and drop operation.
|
| - // This allows the renderer to reset some state.
|
| - virtual void DragSourceSystemDragEnded() = 0;
|
| -
|
| // Instructs the RenderView to automatically resize and send back updates
|
| // for the new size.
|
| virtual void EnableAutoResize(const gfx::Size& min_size,
|
|
|