Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index e0076a28e4d8f842067df7d310696662b9b8d53d..22f0fabafbb7a1f59683d2d9b18d53b61684f2fa 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -345,9 +345,6 @@ class WebContents : public PageNavigator, |
// times, subsequent calls are ignored. |
virtual void OnCloseStarted() = 0; |
- // Returns true if underlying WebContentsView should accept drag-n-drop. |
- virtual bool ShouldAcceptDragAndDrop() const = 0; |
- |
// A render view-originated drag has ended. Informs the render view host and |
// WebContentsDelegate. |
virtual void SystemDragEnded() = 0; |