diff options
Diffstat (limited to 'content/public/browser/web_contents_view.h')
-rw-r--r-- | content/public/browser/web_contents_view.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h index 2d2394f..73abdc5 100644 --- a/content/public/browser/web_contents_view.h +++ b/content/public/browser/web_contents_view.h @@ -15,8 +15,6 @@ #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -struct WebDropData; - namespace content { class RenderViewHost; @@ -109,9 +107,6 @@ class CONTENT_EXPORT WebContentsView virtual bool IsDoingDrag() const = 0; virtual void CancelDragAndCloseTab() = 0; - // Returns the current drop data, if any. - virtual WebDropData* GetDropData() const = 0; - // If we close the tab while a UI control is in an event-tracking // loop, the control may message freed objects and crash. // WebContents::Close() calls IsEventTracking(), and if it returns |