| Index: content/browser/web_contents/web_drag_dest_gtk.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_drag_dest_gtk.h (revision 135527)
|
| +++ content/browser/web_contents/web_drag_dest_gtk.h (working copy)
|
| @@ -29,8 +29,6 @@
|
| WebDragDestGtk(WebContents* web_contents, GtkWidget* widget);
|
| ~WebDragDestGtk();
|
|
|
| - WebDropData* current_drop_data() const { return drop_data_.get(); }
|
| -
|
| // This is called when the renderer responds to a drag motion event. We must
|
| // update the system drag cursor.
|
| void UpdateDragStatus(WebKit::WebDragOperation operation);
|
|
|