Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index ce14d7c5bffa39a3b250e75876610accba159255..c27319226d0cdb27b88dfffb5587953678d01b5c 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -169,10 +169,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
explicit InitParams(Type type); |
~InitParams(); |
- // Will return the first of the following that isn't NULL: the native view, |
- // |parent|, |context|. |
- gfx::NativeView GetContext() const; |
- |
Type type; |
// If NULL, a default implementation will be constructed. |
WidgetDelegate* delegate; |