| Index: views/widget/widget.h
|
| diff --git a/views/widget/widget.h b/views/widget/widget.h
|
| index 89e906187772e7163ef6f8d680102f36833f4982..a31c2872df4dfbc79b0a4996e17540231dfb030e 100644
|
| --- a/views/widget/widget.h
|
| +++ b/views/widget/widget.h
|
| @@ -195,11 +195,6 @@ class Widget : public internal::NativeWidgetDelegate,
|
| // Returns whether the Widget is customized for accessibility.
|
| virtual bool IsAccessibleWidget() const;
|
|
|
| - // Starts a drag operation for the specified view. |point| is a position in
|
| - // |view| coordinates that the drag was initiated from.
|
| - virtual void GenerateMousePressedForView(View* view,
|
| - const gfx::Point& point);
|
| -
|
| // Returns the TooltipManager for this Widget. If this Widget does not support
|
| // tooltips, NULL is returned.
|
| virtual TooltipManager* GetTooltipManager();
|
|
|