| Index: content/browser/web_contents/web_contents_view_aura.h
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
|
| index 1da23ffec5fc5bd27f4b30cd71bd8a6cbf1a6882..9e9c99a9b17ca0e7aaf9749e8688b3d9da211c0d 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -63,8 +63,6 @@ class CONTENT_EXPORT WebContentsViewAura
|
| virtual void SetInitialFocus() OVERRIDE;
|
| virtual void StoreFocus() OVERRIDE;
|
| virtual void RestoreFocus() OVERRIDE;
|
| - virtual bool IsDoingDrag() const OVERRIDE;
|
| - virtual void CancelDragAndCloseTab() OVERRIDE;
|
| virtual WebDropData* GetDropData() const OVERRIDE;
|
| virtual bool IsEventTracking() const OVERRIDE;
|
| virtual void CloseTabAfterEventTracking() OVERRIDE;
|
| @@ -136,10 +134,6 @@ class CONTENT_EXPORT WebContentsViewAura
|
|
|
| WebKit::WebDragOperationsMask current_drag_op_;
|
|
|
| - // Set to true if we want to close the tab after the system drag operation
|
| - // has finished.
|
| - bool close_tab_after_drag_ends_;
|
| -
|
| content::WebDragDestDelegate* drag_dest_delegate_;
|
|
|
| // We keep track of the render view host we're dragging over. If it changes
|
|
|