| Index: content/browser/web_contents/web_contents_view_gtk.h
|
| diff --git a/content/browser/web_contents/web_contents_view_gtk.h b/content/browser/web_contents/web_contents_view_gtk.h
|
| index 59cb7841e1be1c0d36e0ec777a074848e1dae08b..f8cbeb92eca345ebdf077844d6497942bb50aa93 100644
|
| --- a/content/browser/web_contents/web_contents_view_gtk.h
|
| +++ b/content/browser/web_contents/web_contents_view_gtk.h
|
| @@ -62,8 +62,6 @@ class CONTENT_EXPORT WebContentsViewGtk
|
| 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;
|
|
|